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

Commit 4d1ae14

Browse files
committed
Build: increment build version to 1.1.0
1 parent 6c85a28 commit 4d1ae14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projector-launcher/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:$kotlinExtensionsVersion")
6464
}
6565

66-
version = "1.0.2" // todo: npm doesn't support versions like "1.0-SNAPSHOT"
66+
version = "1.1.0" // npm doesn't support versions like "1.0-SNAPSHOT"
6767

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

0 commit comments

Comments
 (0)