Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 30, 2011
1 parent 3e0584b commit f147863
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:versionCode="2"
android:versionName="1.1">
package="com.uploadedlobster.PwdHash" android:versionCode="3"
android:versionName="1.2">
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:description="@string/app_description">
<activity android:name=".PwdHashApp" 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 @@
2011-06-30 Philipp Wolfer <[email protected]>

* Release 1.2
* Remove NULL bytes from end of hashed passwords (fixes issue #1)
* Move all dimensions to resource file

2011-02-08 Philipp Wolfer <[email protected]>

* Release 1.1
Expand Down

0 comments on commit f147863

Please sign in to comment.