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

Commit 60806d2

Browse files
committed
New Launcher version
1 parent 82713aa commit 60806d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projector-launcher/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Notable changes to this project are documented in this file.
44

5-
# Unreleased
5+
# 1.0.2
66

77
## Added
88

projector-launcher/build.gradle.kts

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

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

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

0 commit comments

Comments
 (0)