Skip to content

Commit

Permalink
Update changelog and bump version to 0.95-beta2 (952)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <[email protected]>
  • Loading branch information
cernekee committed Jun 4, 2014
1 parent 31c8f70 commit 2a6e23a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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="951"
android:versionName="0.95-beta1" >
android:versionCode="952"
android:versionName="0.95-beta2" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
v0.95 - UNRELEASED

- Show the auth dialog <message> text in case it contains useful
information

- Add German translations (thanks to Ingo Zansinger <[email protected]>)

- Add Chinese translations
Expand Down

0 comments on commit 2a6e23a

Please sign in to comment.