Skip to content

Commit

Permalink
Change version to v0.5.3.2 && Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Jan 28, 2018
1 parent 85a91b9 commit 0041a81
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,6 +1,12 @@
CHANGELOG
======

* v0.5.3.2: Non-crucial bug fixes
* Fix "import" using wrong MIME type
* This bug caused the default file picker not able to pick the backup file
* Fix wrong check when deleting a Scenario
* Prevents an "in-use" Scenario from being deleted

* v0.5.3.1: Various fixes to v0.5.3
* Fix "import" not working correctly
* due to the wrong handling of directory entry in zip)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'ryey.easer'
minSdkVersion 15
targetSdkVersion 23
versionCode 53
versionName "0.5.3.1"
versionCode 54
versionName "0.5.3.2"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 0041a81

Please sign in to comment.