Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Apr 11, 2015
1 parent 5aa5ed1 commit 42d2b5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 1.2.0

* add swipe to level-choice-scene #1
* add highlighting for level solving.
* improve image quality.

## 1.1.1

### Bugfixes
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 6
versionName "1.1.1"
versionCode 7
versionName "1.2.0"
}

compileOptions {
Expand Down

0 comments on commit 42d2b5c

Please sign in to comment.