Skip to content

Commit

Permalink
Update version to 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Jan 14, 2017
1 parent 34a580c commit 8f5d826
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/www/download-android.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><img src="rabbitescape-84.png"/>Rabbit Escape on Android</h1>
<p class="backlink"><a href="index.html">&lt; &lt; &lt;Back to the Rabbit Escape main page</a></p>
<h2>Download it</h2>

<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10/rabbit-escape-0.10.apk">Download Rabbit Escape for Android</a>
<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10.1/rabbit-escape-0.10.1.apk">Download Rabbit Escape for Android</a>
<p>Before you download, on your phone or tablet go to Settings, then choose Security, and make sure "Unknown sources" is selected.</p>
<p><img src="settings-unknown-sources.png" width="645" height="288"/></p>
<p>To download Rabbit Escape, click on the orange download button at the top of this page.</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/www/download-linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><img src="rabbitescape-84.png"/>Rabbit Escape on Linux</h1>
<p class="backlink"><a href="index.html">&lt; &lt; &lt;Back to the Rabbit Escape main page</a></p>
<h2>Download it</h2>

<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10/rabbit-escape-0.10.jar">Download Rabbit Escape for Linux</a>
<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10.1/rabbit-escape-0.10.1.jar">Download Rabbit Escape for Linux</a>
<p>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.)</p>

<h2>Run it</h2>
Expand Down
2 changes: 1 addition & 1 deletion doc/www/download-mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><img src="rabbitescape-84.png"/>Rabbit Escape on Mac</h1>
<p class="backlink"><a href="index.html">&lt; &lt; &lt;Back to the Rabbit Escape main page</a></p>
<h2>Download it</h2>

<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10/rabbit-escape-0.10.jar">Download Rabbit Escape for Mac</a>
<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10.1/rabbit-escape-0.10.1.jar">Download Rabbit Escape for Mac</a>
<p>Download the .jar file using the button above and save it in your Downloads folder.</p>

<h2>Run it</h2>
Expand Down
2 changes: 1 addition & 1 deletion doc/www/download-windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><img src="rabbitescape-84.png"/>Rabbit Escape on Windows</h1>
<p class="backlink"><a href="index.html">&lt; &lt; &lt;Back to the Rabbit Escape main page</a></p>
<h2>Download it</h2>

<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10/rabbit-escape-0.10.jar">Download Rabbit Escape for Windows</a>
<a class="downloadbutton" href="https://github.com/andybalaam/rabbit-escape/releases/download/v0.10.1/rabbit-escape-0.10.1.jar">Download Rabbit Escape for Windows</a>
<p>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.)</p>

<h2>Run it</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions rabbit-escape-ui-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 21
versionCode 100
versionName "0.10"
versionCode 101
versionName "0.10.1"
}
signingConfigs {
release {
Expand Down

0 comments on commit 8f5d826

Please sign in to comment.