Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Mar 3, 2015
1 parent 735c872 commit c9be5b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.1

### Bugfixes

* prevent app from crash #37
* fix minimum moves in level 100 #40
* prevent music from playing when resuming to scorescreen or gamescene #36
* fix inconsistenct between mute state and mute button #34

### Improvements

* decrease time to wait between tutorial and first level #41
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
versionCode 2
versionName "1.0"
versionCode 3
versionName "1.0.1"
}

compileOptions {
Expand Down

0 comments on commit c9be5b4

Please sign in to comment.