Skip to content

Commit

Permalink
Update version number to 0.13. Closes #612
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Mar 20, 2019
1 parent ec3ec12 commit c47b694
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 @@ -197,7 +197,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.12
VERSION=0.13

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

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 @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 120
versionName "0.12"
versionCode 130
versionName "0.13"
}
signingConfigs {
release {
Expand Down

0 comments on commit c47b694

Please sign in to comment.