Skip to content

Commit

Permalink
Publish v1.1.202
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Feb 8, 2021
1 parent 0153a6f commit 3a56a8f
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 132 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming
# v1.1.202
### Client
* New: Change server list page
* New: Android: Change system status bar color to match UI
Expand Down Expand Up @@ -110,3 +110,4 @@




Binary file modified Pub/Version.json
Binary file not shown.
2 changes: 1 addition & 1 deletion VpnHood.Client.App.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="197" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="202" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Loading

0 comments on commit 3a56a8f

Please sign in to comment.