Skip to content

Commit

Permalink
Update version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Jan 17, 2017
1 parent f0e697f commit 36a74dd
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.10.1
VERSION=0.10.2

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

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 101
versionName "0.10.1"
versionCode 102
versionName "0.10.2"
}
signingConfigs {
release {
Expand Down

0 comments on commit 36a74dd

Please sign in to comment.