Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed Apr 27, 2015
1 parent 0a6fb20 commit 7840bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions androidnetspoof/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.digitalsquid.netspoofer"
android:versionCode="221"
android:versionName="2.2.1" >
android:versionCode="230"
android:versionName="2.3.0" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
3 changes: 2 additions & 1 deletion androidnetspoof/src/main/res/values/dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<string name="agreementPositive">Agree</string>
<string name="agreementNegative">Exit</string>
<string name="changelog">New in this release:\n
* More lollipop support
* Experimental Lollipop 5.1 support\n
* Fixed the blue ball machine
</string>

<string name="updateAvailableTitle">Update Available</string>
Expand Down

0 comments on commit 7840bd2

Please sign in to comment.