Skip to content

Commit

Permalink
Update to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed May 14, 2017
1 parent c962128 commit 583284f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed android/assets/ui/cells/basic.png
Binary file not shown.
Binary file removed android/assets/ui/cells/bubble.png
Binary file not shown.
Binary file removed android/assets/ui/cells/circle.png
Binary file not shown.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
minSdkVersion 8
targetSdkVersion 25

versionCode 500
versionName "0.5"
versionCode 600
versionName "0.6"
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '0.5'
version = '0.6'
ext {
appName = "1010! Klooni"
gdxVersion = '1.9.5'
Expand Down

0 comments on commit 583284f

Please sign in to comment.