Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoguz committed Oct 31, 2021
1 parent af1879e commit af56008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "ogz.tripeaks"
minSdkVersion 24
targetSdkVersion 30
versionCode 19
versionName "0.52"
versionCode 20
versionName "1.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sourceSets.main.resources.srcDirs = ["../android/assets"]
project.ext.mainClassName = "ogz.tripeaks.desktop.DesktopLauncher"
project.ext.assetsDir = new File("../android/assets")
archivesBaseName = "tripeaks"
version = "0.52"
version = "1.0"

task run(dependsOn: classes, type: JavaExec) {
mainClass = project.mainClassName
Expand Down

0 comments on commit af56008

Please sign in to comment.