Update to v0.3
This commit is contained in:
parent
15b836efd9
commit
b94907162c
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
======
|
||||
|
|
|
@ -22,8 +22,8 @@ android {
|
|||
minSdkVersion 8
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 210
|
||||
versionName "0.2.1"
|
||||
versionCode 300
|
||||
versionName "0.3"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue