Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Mar 23, 2023
1 parent 31fad61 commit 6344f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "dualscore"
version = "1.0"
version = "1.1"

repositories {
google()
Expand Down Expand Up @@ -37,7 +37,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "DualScore"
packageVersion = "1.0.0"
packageVersion = "1.1.0"
nativeDistributions {
macOS {
iconFile.set(project.file("icon/mac_icon.icns"))
Expand Down

0 comments on commit 6344f8f

Please sign in to comment.