Skip to content

Commit

Permalink
Update to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Feb 10, 2017
1 parent 15b836e commit b949071
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Art

Fonts
=====
- [Manfred Klein](http://www.dafont.com/geo-sans-light.font)
- `geosans-light` by [Manfred Klein](http://www.dafont.com/geo-sans-light.font)
- `the-next-font` by [Pindarots](http://www.dafont.com/the_next_font.font)

Sounds
======
Expand Down
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 210
versionName "0.2.1"
versionCode 300
versionName "0.3"
}
}

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.2.1'
version = '0.3'
ext {
appName = "1010! Klooni"
gdxVersion = '1.9.5'
Expand Down

0 comments on commit b949071

Please sign in to comment.