Skip to content

Commit

Permalink
Update changelog and bump version to 0.91 final (919)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <[email protected]>
  • Loading branch information
cernekee committed Jun 1, 2014
1 parent b30cdee commit 73e74c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="app.openconnect"
android:versionCode="911"
android:versionName="0.91-beta1" >
android:versionCode="919"
android:versionName="0.91" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.91 - UNRELEASED
v0.91 - 2014/06/01

- Fix bugs involving saved authgroups

Expand Down

0 comments on commit 73e74c3

Please sign in to comment.