Skip to content

Commit

Permalink
Publish v1.1.242
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed May 21, 2021
1 parent e584749 commit 5f2c6d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@






1 change: 1 addition & 0 deletions Pub/PublishToGitHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ git --git-dir=$gitDir --work-tree=$solutionDir push;
hub --git-dir=$gitDir --work-tree=$solutionDir release create `
-a $packagesClientDir/VpnHoodClient-Android.apk `
-a $packagesClientDir/VpnHoodClient-win.exe `
-a $packagesClientDir/VpnHoodClient-win.txt `
-a $packagesServerDir/VpnHoodServer.json `
-a $packagesServerDir/VpnHoodServer.zip `
-a $packagesServerDir/install-linux.sh `
Expand Down
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="241" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="1.1.241">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="242" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="1.1.242">
<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

0 comments on commit 5f2c6d0

Please sign in to comment.