Skip to content

Commit

Permalink
Prepare release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 1, 2013
1 parent 72b677e commit 400575c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uploadedlobster.PwdHash" android:installLocation="auto"
android:versionCode="16" android:versionName="1.3.6">
android:versionCode="17" android:versionName="1.3.7">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />

<application android:icon="@drawable/icon" android:label="@string/app_name"
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-09-01 Philipp Wolfer <[email protected]>

* Release 1.3.7
* Fixed occasional crash on some Android 4.3 devices
* Dutch translation (by Kevin Morssink)

2013-07-25 Philipp Wolfer <[email protected]>

* Release 1.3.6
Expand Down

0 comments on commit 400575c

Please sign in to comment.