Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Mar 13, 2015
1 parent 33ffd08 commit bea7702
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.2

### Bugfixes

* prevent app from crashing, when using the back button in last screen of tutorial. #49
* fix spelling error on score screen. #51
* fix wrong minimum moves. #28 #56

### Improvements

* add a link to the twitter app on menu scene. #54
* add possibility to share thoughts about app from menu scene. #55
* add SOPA writing and additional animations to menu scene.


## 1.0.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 3
versionName "1.0.1"
versionCode 4
versionName "1.0.2"
}

compileOptions {
Expand Down

0 comments on commit bea7702

Please sign in to comment.