Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Apr 12, 2015
1 parent 39574d5 commit 7ba190c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 1.2.1

* remove restart button on solved game.

# 1.2.0

* add swipe to level-choice-scene #1
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
versionCode 7
versionName "1.2.0"
versionCode 8
versionName "1.2.1"
}

compileOptions {
Expand Down

0 comments on commit 7ba190c

Please sign in to comment.