Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrbrand committed Feb 23, 2023
1 parent b0e8eee commit c37839c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/artifacts/TicTacToe_jvm_2_3_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.2.0"
version = "2.3.0"

repositories {
google()
Expand Down Expand Up @@ -36,7 +36,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Rpm, TargetFormat.Deb)
packageName = "TicTacToe"
packageVersion = "2.2.0"
packageVersion = "2.3.0"
}
}
}

0 comments on commit c37839c

Please sign in to comment.