Skip to content

Commit

Permalink
Update version number to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Jun 30, 2016
1 parent 405ba3f commit a1bd348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8
VERSION=0.9

ifndef MAKECMDGOALS
MAKECMDGOALS = all
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.8";
public static final String version = "0.9";

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 @@ -8,8 +8,8 @@ android {
applicationId "net.artificialworlds.rabbitescape"
minSdkVersion 8
targetSdkVersion 21
versionCode 80
versionName "0.8"
versionCode 90
versionName "0.9"
}
signingConfigs {
release {
Expand Down

0 comments on commit a1bd348

Please sign in to comment.