Skip to content

Commit

Permalink
Publish v1.1.235
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Mar 25, 2021
1 parent 536b7b2 commit 387fc7d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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.235
### Client
* New: New public server
* New: Windows: Bypass local network from tunneling
Expand Down Expand Up @@ -150,5 +150,6 @@






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="232" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="235" 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
6 changes: 3 additions & 3 deletions VpnHood.Client.App.Win/VpnHood.Client.App.Win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<PackageId>VpnHood.Client.App.Win</PackageId>
<StartupObject></StartupObject>
<Version>1.1.232</Version>
<AssemblyVersion>1.1.232</AssemblyVersion>
<FileVersion>1.1.232</FileVersion>
<Version>1.1.235</Version>
<AssemblyVersion>1.1.235</AssemblyVersion>
<FileVersion>1.1.235</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageIcon>VpnHood.png</PackageIcon>
<LangVersion>default</LangVersion>
<Version>1.1.232</Version>
<AssemblyVersion>1.1.232</AssemblyVersion>
<FileVersion>1.1.232</FileVersion>
<Version>1.1.235</Version>
<AssemblyVersion>1.1.235</AssemblyVersion>
<FileVersion>1.1.235</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 387fc7d

Please sign in to comment.