Skip to content

Commit

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






2 changes: 1 addition & 1 deletion Pub/PublishToGitHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hub --git-dir=$gitDir --work-tree=$solutionDir release create `
-a $packagesClientDir/VpnHoodClient-win.exe `
-a $packagesServerDir/VpnHoodServer.json `
-a $packagesServerDir/install-linux.sh `
-m "sss"
-m "sss" `
-F $packagesRootDir/ReleaseNote.txt `
"$versionTag";

0 comments on commit a1e04cc

Please sign in to comment.