Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
talklittle committed Dec 22, 2010
1 parent 041a3c3 commit 965a527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -20,8 +20,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.andrewshu.android.reddit"

android:versionCode="64"
android:versionName="1.1.0"
android:versionCode="65"
android:versionName="1.1.1"
>
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
Expand Down

0 comments on commit 965a527

Please sign in to comment.