Skip to content

Commit

Permalink
Prepare release 1.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 27, 2013
1 parent f94d719 commit 17228d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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="19" android:versionName="1.3.8.1">
android:versionCode="20" android:versionName="1.3.9">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />

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

* Release 1.x
* Release 1.3.9
* Added Croatian translation (by Marijan Smetko, Novska, Croatia)
* Fixed another possible exception when launched from another app
* Tested with Android 4.4

2013-09-09 Philipp Wolfer <[email protected]>

Expand Down

0 comments on commit 17228d9

Please sign in to comment.