Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit b949071

Browse files
committed
Update to v0.3
1 parent 15b836e commit b949071

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Art
1212

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

1718
Sounds
1819
======

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
minSdkVersion 8
2323
targetSdkVersion 25
2424

25-
versionCode 210
26-
versionName "0.2.1"
25+
versionCode 300
26+
versionName "0.3"
2727
}
2828
}
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply plugin: "eclipse"
1717
apply plugin: "idea"
1818

19-
version = '0.2.1'
19+
version = '0.3'
2020
ext {
2121
appName = "1010! Klooni"
2222
gdxVersion = '1.9.5'

0 commit comments

Comments
 (0)