Skip to content

Commit

Permalink
bump app version to 0.3.
Browse files Browse the repository at this point in the history
It still cannot be reflected to desktop build.gradle due to this bug:
JetBrains/compose-multiplatform#2360
  • Loading branch information
atsushieno committed Oct 16, 2022
1 parent 7d29c3a commit 0fbbd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

subprojects {
group = "dev.atsushieno"
version = "0.2"
version = "0.3"

repositories {
mavenLocal()
Expand Down
1 change: 1 addition & 0 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "kmmk"
// LAMESPEC: cannot specify the actual app version due to this bug https://github.com/JetBrains/compose-jb/issues/2360
packageVersion = "1.0.0"
}
}
Expand Down

0 comments on commit 0fbbd73

Please sign in to comment.