Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed May 4, 2009
1 parent 7854be0 commit 580512e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.virtualvoid.android.browser"
android:versionCode="1"
android:versionName="0.1.0">
android:versionCode="2"
android:versionName="0.1.1">
<uses-sdk android:minSdkVersion="2" />
<application android:icon="@drawable/magnifier" android:label="@string/app_name" android:name=".ObjectBrowser">
<activity android:name=".ObjectBrowserView"
Expand Down

0 comments on commit 580512e

Please sign in to comment.