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

Commit

Permalink
Build: increment build version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olegchir committed Jan 17, 2022
1 parent 6c85a28 commit 4d1ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projector-launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:$kotlinExtensionsVersion")
}

version = "1.0.2" // todo: npm doesn't support versions like "1.0-SNAPSHOT"
version = "1.1.0" // 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 4d1ae14

Please sign in to comment.