Skip to content

Commit

Permalink
Update version number to 0.8 (closes #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Feb 9, 2016
1 parent 355a7ca commit e1ec548
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.7.1
VERSION=0.8

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.7.1";
public static final String version = "0.8";

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 20
versionCode 71
versionName "0.7.1"
versionCode 80
versionName "0.8"
}
signingConfigs {
release {
Expand Down

0 comments on commit e1ec548

Please sign in to comment.