Skip to content

Commit

Permalink
bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Sep 8, 2015
1 parent 19003ab commit c38ceae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.2.0

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

# 2.1.0

* bugfixes in gameScene #62, #61
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 10
versionName "2.1.0"
versionCode 11
versionName "2.2.0"
}

compileOptions {
Expand Down

0 comments on commit c38ceae

Please sign in to comment.