Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed Mar 8, 2015
1 parent 2a0a042 commit b38d5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 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="220"
android:versionName="2.2.0">
android:versionCode="221"
android:versionName="2.2.1">
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
2 changes: 1 addition & 1 deletion androidnetspoof/src/main/res/values/dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<string name="agreementPositive">Agree</string>
<string name="agreementNegative">Exit</string>
<string name="changelog">New in this release:\n
* Experimental Lollipop support
* More lollipop support
</string>

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

0 comments on commit b38d5fb

Please sign in to comment.