Update to v0.3

This commit is contained in:
Lonami Exo 2017-02-10 19:42:09 +01:00
parent 15b836efd9
commit b94907162c
3 changed files with 5 additions and 4 deletions

View file

@ -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
======

View file

@ -22,8 +22,8 @@ android {
minSdkVersion 8
targetSdkVersion 25
versionCode 210
versionName "0.2.1"
versionCode 300
versionName "0.3"
}
}

View file

@ -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'