Skip to content

Commit

Permalink
Publish v1.1.197
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Feb 2, 2021
1 parent 92f4548 commit 24748ce
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.197
### Client
* Fix: rejecting accesskey with vh://

Expand Down Expand Up @@ -98,3 +98,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="195" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="197" 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 24748ce

Please sign in to comment.