Skip to content

Commit

Permalink
bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Feb 5, 2023
1 parent cef6585 commit 7103128
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 "de.sesu8642.feudaltactics"
minSdkVersion 24
targetSdkVersion 32
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.1.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
allprojects {
apply plugin: "eclipse"

version = '1.1.1'
version = '1.1.2'
ext {
appName = "Feudal Tactics"
gdxVersion = '1.11.0'
Expand Down

0 comments on commit 7103128

Please sign in to comment.