From b94907162c65ba84c5436e3e1296f4297f9b110c Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Fri, 10 Feb 2017 19:42:09 +0100 Subject: [PATCH] Update to v0.3 --- CONTRIBUTORS.md | 3 ++- android/build.gradle | 4 ++-- build.gradle | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 88267f5..9df75f7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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 ====== diff --git a/android/build.gradle b/android/build.gradle index 1fabac0..32cd7e7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { minSdkVersion 8 targetSdkVersion 25 - versionCode 210 - versionName "0.2.1" + versionCode 300 + versionName "0.3" } } diff --git a/build.gradle b/build.gradle index 91c28a7..a7425b3 100644 --- a/build.gradle +++ b/build.gradle @@ -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'