diff --git a/README.md b/README.md index 1397abe..2078edf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Disclaimer which is a *klooni* from the original [1010!](http://1010ga.me/) game by the [Gram Games](http://gram.gs/) team. I am **not affiliated** in any way with them and this is only a project I made for fun, and to improve the gaming -experience of the open source community. +experience of the open source community. If you really enjoy playing this, +**please support the original developers**. They made this project possible. Description ----------- diff --git a/android/build.gradle b/android/build.gradle index 56f1a99..e3c10fa 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,6 +21,9 @@ android { applicationId "io.github.lonamiwebs.klooni" minSdkVersion 8 targetSdkVersion 25 + + versionCode 100 + versionName "0.1" } } diff --git a/build.gradle b/build.gradle index 4562953..ef34faa 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { apply plugin: "eclipse" apply plugin: "idea" - version = '1.0' + version = '0.1' ext { appName = "1010! Klooni" gdxVersion = '1.9.5' diff --git a/desktop/src/io/github/lonamiwebs/klooni/desktop/DesktopLauncher.java b/desktop/src/io/github/lonamiwebs/klooni/desktop/DesktopLauncher.java index d90738f..c645122 100644 --- a/desktop/src/io/github/lonamiwebs/klooni/desktop/DesktopLauncher.java +++ b/desktop/src/io/github/lonamiwebs/klooni/desktop/DesktopLauncher.java @@ -8,7 +8,7 @@ import io.github.lonamiwebs.klooni.Klooni; public class DesktopLauncher { public static void main (String[] arg) { LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); - config.title = "1010! Klooni"; + config.title = "Klooni 1010!"; config.width = 408; config.height = 680; config.addIcon("ic_launcher/icon128.png", Files.FileType.Internal);