Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jul 9, 2012
1 parent 5dd47f8 commit 1b183e5
Show file tree
Hide file tree
Showing 2 changed files with 10 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="8" android:versionName="1.3.0-alpha1">
android:versionCode="9" android:versionName="1.3.0">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />

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

* Release 1.3.0
* Auto completion for recently used domain names
* Use Holo theme on Android 3.0 and newer
* Added xhdpi icon
* Enabled app on SD
* Tested with Android 4.1 Jelly Bean

2012-05-18 Philipp Wolfer <[email protected]>

* Release 1.2.3
Expand Down

0 comments on commit 1b183e5

Please sign in to comment.