Skip to content

Commit

Permalink
Prepare release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 9, 2013
1 parent f0630d5 commit f181d77
Show file tree
Hide file tree
Showing 2 changed files with 6 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="17" android:versionName="1.3.7">
android:versionCode="18" android:versionName="1.3.8">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />

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

* Release 1.3.8
* Fixed possible exception on start

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

* Release 1.3.7
Expand Down

0 comments on commit f181d77

Please sign in to comment.