Skip to content

Commit 0fbbd73

Browse files
committed
bump app version to 0.3.
It still cannot be reflected to desktop build.gradle due to this bug: JetBrains/compose-multiplatform#2360
1 parent 7d29c3a commit 0fbbd73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
subprojects {
1414
group = "dev.atsushieno"
15-
version = "0.2"
15+
version = "0.3"
1616

1717
repositories {
1818
mavenLocal()

desktop/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ compose.desktop {
3939
nativeDistributions {
4040
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4141
packageName = "kmmk"
42+
// LAMESPEC: cannot specify the actual app version due to this bug https://github.com/JetBrains/compose-jb/issues/2360
4243
packageVersion = "1.0.0"
4344
}
4445
}

0 commit comments

Comments
 (0)