diff --git a/Makefile b/Makefile index cf0839aa..4de589f9 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ $(ANDROIDICONSXXXHDPI_DEST)/%.png: images-src/icons/%.svg #$(MUSICOGG_DEST)/%.ogg: music-src/%.flac # mkdir -p $(MUSICOGG_DEST); avconv -i $< -c:a libvorbis -q:a 1 $@ -VERSION=0.10 +VERSION=0.10.1 ifndef MAKECMDGOALS MAKECMDGOALS = all diff --git a/doc/www/download-android.html b/doc/www/download-android.html index fa627fdc..001cc63b 100644 --- a/doc/www/download-android.html +++ b/doc/www/download-android.html @@ -14,7 +14,7 @@

Rabbit Escape on Android

Download it

-Download Rabbit Escape for Android +Download Rabbit Escape for Android

Before you download, on your phone or tablet go to Settings, then choose Security, and make sure "Unknown sources" is selected.

To download Rabbit Escape, click on the orange download button at the top of this page.

diff --git a/doc/www/download-linux.html b/doc/www/download-linux.html index 313ca989..1738ecae 100644 --- a/doc/www/download-linux.html +++ b/doc/www/download-linux.html @@ -14,7 +14,7 @@

Rabbit Escape on Linux

Download it

-Download Rabbit Escape for Linux +Download Rabbit Escape for Linux

Download the .jar file using the button above and save it somewhere. (You may need to right-click the button and choose "Save Link As..." or similar.)

Run it

diff --git a/doc/www/download-mac.html b/doc/www/download-mac.html index fa38c7de..ada6f848 100644 --- a/doc/www/download-mac.html +++ b/doc/www/download-mac.html @@ -14,7 +14,7 @@

Rabbit Escape on Mac

Download it

-Download Rabbit Escape for Mac +Download Rabbit Escape for Mac

Download the .jar file using the button above and save it in your Downloads folder.

Run it

diff --git a/doc/www/download-windows.html b/doc/www/download-windows.html index 10f52ee8..8939c8b0 100644 --- a/doc/www/download-windows.html +++ b/doc/www/download-windows.html @@ -14,7 +14,7 @@

Rabbit Escape on Windows

Download it

-Download Rabbit Escape for Windows +Download Rabbit Escape for Windows

Download the .jar file using the button above and save it somewhere. (You may need to right-click the button and choose "Save Link As..." or similar.)

Run it

diff --git a/rabbit-escape-engine/src/rabbitescape/engine/menu/AboutText.java b/rabbit-escape-engine/src/rabbitescape/engine/menu/AboutText.java index ce915c1a..ae7608bf 100644 --- a/rabbit-escape-engine/src/rabbitescape/engine/menu/AboutText.java +++ b/rabbit-escape-engine/src/rabbitescape/engine/menu/AboutText.java @@ -2,7 +2,7 @@ public class AboutText { - public static final String version = "0.10"; + public static final String version = "0.10.1"; public static final String url = "http://www.artificialworlds.net/rabbit-escape"; diff --git a/rabbit-escape-ui-android/app/build.gradle b/rabbit-escape-ui-android/app/build.gradle index 1c243fc6..38ca9491 100644 --- a/rabbit-escape-ui-android/app/build.gradle +++ b/rabbit-escape-ui-android/app/build.gradle @@ -24,8 +24,8 @@ android { defaultConfig { minSdkVersion 8 targetSdkVersion 21 - versionCode 100 - versionName "0.10" + versionCode 101 + versionName "0.10.1" } signingConfigs { release {