Skip to content

Commit

Permalink
Publish v1.1.177
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Jan 1, 2021
1 parent 39f810f commit 267acd6
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 93 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcomming
# v1.1.177
* Fix: Client close the entire VPN connection when a requested site refuse a connection

# v1.1.176
Expand Down Expand Up @@ -42,3 +42,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="176" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="177" 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 267acd6

Please sign in to comment.