Skip to content

Commit

Permalink
Bump to v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Aug 30, 2020
1 parent 5d88d63 commit 21358ab
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 @@ -21,8 +21,8 @@ android {
//noinspection MinSdkTooLow
minSdkVersion 8
targetSdkVersion 29
versionCode 850
versionName "0.8.5"
versionCode 860
versionName "0.8.6"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
allprojects {
apply plugin: "eclipse"

version = '0.8.5'
version = '0.8.6'
ext {
appName = "1010! Klooni"
gdxVersion = '1.9.10'
Expand Down

0 comments on commit 21358ab

Please sign in to comment.