Skip to content

Commit 12fbe9e

Browse files
committed
Test release for 0.1.16 with forwarding
1 parent 6aa4b70 commit 12fbe9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ artifacts:
2222
branches:
2323
only:
2424
- master
25-
- /^v\d\.\d\.\d/
25+
- /^v\d\.\d\.\d(-.*)?/
2626

2727
install:
2828
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "httptoolkit-desktop",
33
"productName": "HTTP Toolkit",
4-
"version": "0.1.15",
4+
"version": "0.1.16-forwarding",
55
"private": true,
66
"description": "HTTP(S) debugging proxy, analyzer and client",
77
"main": "src/index.ts",

0 commit comments

Comments
 (0)