Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Jun 25, 2009
1 parent e8100cc commit f6aaf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.virtualvoid.android.browser" package="net.virtualvoid.android.browser"
android:versionCode="3" android:versionCode="4"
android:versionName="0.2.0"> android:versionName="0.4.0">
<uses-sdk android:minSdkVersion="2" /> <uses-sdk android:minSdkVersion="2" />
<application android:icon="@drawable/magnifier" android:label="@string/app_name"> <application android:icon="@drawable/magnifier" android:label="@string/app_name">
<activity android:name=".ObjectBrowserView" <activity android:name=".ObjectBrowserView"
Expand Down

0 comments on commit f6aaf37

Please sign in to comment.