Skip to content

Commit

Permalink
Prepare release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 9, 2013
1 parent 02cc8e3 commit 7dae865
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="10" android:versionName="1.3.1">
android:versionCode="11" android:versionName="1.3.2">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />

<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-03-09 Philipp Wolfer <[email protected]>

* Release 1.3.2
* Trim the URL to the domain part when "share" feature is used.
* Use monospaced font for displaying the hashed password.

2012-11-07 Philipp Wolfer <[email protected]>

* Release 1.3.1
Expand Down

0 comments on commit 7dae865

Please sign in to comment.