Skip to content

Commit

Permalink
Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Mar 14, 2015
1 parent 112f704 commit 657409f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $(ANDROIDIMAGESXHDPI_DEST)/%.png: images-src/%.png
#$(MUSICOGG_DEST)/%.ogg: music-src/%.flac
# mkdir -p $(MUSICOGG_DEST); avconv -i $< -c:a libvorbis -q:a 1 $@

VERSION=0.2.1
VERSION=0.2.2

all: compile

Expand Down
5 changes: 5 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Release 0.3

- Zoom

Release 0.2.2
-------------

- ~~Fix a crash when rotating the screen on a level with empty description~~

Release 0.2.1
-------------

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

public static final String url =
"http://www.artificialworlds.net/rabbit-escape";
Expand Down

0 comments on commit 657409f

Please sign in to comment.