Skip to content

Commit

Permalink
bump to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Sep 11, 2015
1 parent 0613b46 commit 2ee7fe2
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
Expand Up @@ -2,6 +2,10 @@

# 2.2.0

* add level count to game over screen in just play modus #66

# 2.2.0

* adjust difficulty in just play modus
* ui improvements in just play modus

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 22
versionCode 11
versionName "2.2.0"
versionCode 12
versionName "2.2.1"
}

compileOptions {
Expand Down

0 comments on commit 2ee7fe2

Please sign in to comment.