Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Sep 29, 2023
1 parent 66fb370 commit cc189eb
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 33
versionCode 8
versionName "1.2.0"
versionCode 9
versionName "1.2.1"
}
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.2.0'
version = '1.2.1'
ext {
appName = "Feudal Tactics"
gdxVersion = '1.11.0'
Expand Down

0 comments on commit cc189eb

Please sign in to comment.