Update to v0.8.1

This commit is contained in:
Lonami Exo 2018-02-05 10:56:36 +01:00
parent 1c03f3e1d4
commit 197699df67
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ android {
minSdkVersion 8
targetSdkVersion 25
versionCode 800
versionName "0.8"
versionCode 810
versionName "0.8.1"
}
}

View file

@ -16,7 +16,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"
version = '0.8'
version = '0.8.1'
ext {
appName = "1010! Klooni"
gdxVersion = '1.9.5'