Skip to content

Commit

Permalink
chore: bump app version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayagikei committed Aug 27, 2023
1 parent 13a5a96 commit fcb3763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ compose.desktop {
modules("java.instrument", "java.prefs", "jdk.unsupported")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "LifeUp Desktop"
packageVersion = "1.1.0"
packageVersion = "1.1.1"
macOS {
iconFile.set(project.file("icon.icns"))
}
Expand Down

0 comments on commit fcb3763

Please sign in to comment.