Skip to content

Commit

Permalink
New version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed May 28, 2016
1 parent faa236f commit d83b32e
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,6 +1,11 @@
Change Log
==========

1.6.5 *(2016-05-28)*
--------------------

* Prevent a crash if the user does not have enough disk space.

1.6.4 *(2016-05-18)*
--------------------

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "ca.rmen.android.poetassistant"
minSdkVersion 16
targetSdkVersion 23
versionCode 164
versionName "1.6.4"
versionCode 165
versionName "1.6.5"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit d83b32e

Please sign in to comment.