Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
Update README
Update Screenshot
Update version
  • Loading branch information
gabrbrand committed Feb 20, 2023
1 parent d0ce296 commit a5aef6b
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 92 deletions.
8 changes: 8 additions & 0 deletions .idea/artifacts/TicTacToe_jvm_2_0_SNAPSHOT.xml

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

1 change: 0 additions & 1 deletion .idea/gradle.xml

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

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

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

Binary file modified Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 = "1.0-SNAPSHOT"
version = "2.0-SNAPSHOT"

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

0 comments on commit a5aef6b

Please sign in to comment.