Skip to content

Commit

Permalink
bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Jan 21, 2023
1 parent 5c8ca81 commit 3499fd6
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 @@ -24,8 +24,8 @@ android {
applicationId "de.sesu8642.feudaltactics"
minSdkVersion 24
targetSdkVersion 32
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
allprojects {
apply plugin: "eclipse"

version = '1.0.0'
version = '1.1.0'
ext {
appName = "Feudal Tactics"
gdxVersion = '1.11.0'
Expand Down

0 comments on commit 3499fd6

Please sign in to comment.