Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Jul 6, 2012
1 parent b4905ae commit 11c9531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.hagander.mailinglistmoderator"
android:installLocation="auto"
android:versionCode="10"
android:versionName="1.2.0">
android:versionCode="11"
android:versionName="1.3.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".MailinglistModerator"
android:label="@string/app_name"
Expand Down

0 comments on commit 11c9531

Please sign in to comment.