Skip to content

Commit

Permalink
Bump version to 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilbrekin committed Jun 23, 2014
1 parent f069654 commit d03ed5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.poirsouille.tinc_gui"
android:versionCode="8"
android:versionName="0.9.7" >
android:versionCode="9"
android:versionName="0.9.8" >

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
Expand Down

0 comments on commit d03ed5d

Please sign in to comment.