Skip to content

Commit

Permalink
Update version and name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrbrand committed Feb 21, 2023
1 parent 600da47 commit b2c3ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.example"
version = "2.0-SNAPSHOT"
version = "2.1.0"

repositories {
google()
Expand Down Expand Up @@ -35,8 +35,8 @@ compose.desktop {
mainClass = "MainKt"
nativeDistributions {
targetFormats(TargetFormat.Rpm, TargetFormat.Msi, TargetFormat.Deb)
packageName = "TicTacToe"
packageVersion = "2.0.0"
packageName = "Tic-Tac-Toe"
packageVersion = "2.1.0"
}
}
}

0 comments on commit b2c3ab4

Please sign in to comment.