Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
New Launcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
Avvessalom committed Nov 3, 2021
1 parent 82713aa commit 60806d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projector-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes to this project are documented in this file.

# Unreleased
# 1.0.2

## Added

Expand Down
2 changes: 1 addition & 1 deletion projector-launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:$kotlinExtensionsVersion")
}

version = "1.0.0" // todo: npm doesn't support versions like "1.0-SNAPSHOT"
version = "1.0.2" // todo: npm doesn't support versions like "1.0-SNAPSHOT"

val npmCommand = when (DefaultNativePlatform.getCurrentOperatingSystem().isWindows) {
true -> listOf("cmd.exe", "/C", "npm.cmd")
Expand Down

0 comments on commit 60806d2

Please sign in to comment.