Skip to content

Commit

Permalink
Publish v1.1.187
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Jan 21, 2021
1 parent cde4e29 commit 91adb17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.1.186
# v1.1.187
### Client
* Feature: Windows: Use new standalone UI
* Feature: Windows: Add Context menu to system tray
Expand Down Expand Up @@ -76,3 +76,4 @@




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="186" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="187" 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
4 changes: 2 additions & 2 deletions VpnHood.Client.App.Win.Setup/VpnHood.Client.App.Win.Setup.aip
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<ROW Property="CTRLS" Value="2"/>
<ROW Property="DOTNET" Value="dotnet"/>
<ROW Property="Manufacturer" Value="VpnHood"/>
<ROW Property="ProductCode" Value="1033:{0DC377BC-5ADC-4166-853D-C73E9411780F} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{384ABCF7-0EDC-473E-81D4-39EC53878095} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="VpnHood"/>
<ROW Property="ProductVersion" Value="1.1.186.0" Type="32" TargetFile="run.exe"/>
<ROW Property="ProductVersion" Value="1.1.187.0" Type="32" TargetFile="run.exe"/>
<ROW Property="RUNAPPLICATION" Value="1" Type="4"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
<ROW Property="UpgradeCode" Value="{38FCFAB0-A40C-4840-A9F9-B7A06A5BC552}"/>
Expand Down

0 comments on commit 91adb17

Please sign in to comment.