Skip to content

Commit f869e51

Browse files
committed
Bump package version
1 parent 4abe8cd commit f869e51

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go/tunnels/tunnels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/rodaine/table"
1111
)
1212

13-
const PackageVersion = "0.1.16"
13+
const PackageVersion = "0.1.17"
1414

1515
func (tunnel *Tunnel) requestObject() (*Tunnel, error) {
1616
convertedTunnel := &Tunnel{

ts/src/connections/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"buffer": "^5.2.1",
1919
"debug": "^4.1.1",
2020
"vscode-jsonrpc": "^4.0.0",
21-
"@microsoft/dev-tunnels-contracts": ">1.2.5",
22-
"@microsoft/dev-tunnels-management": ">1.2.5",
21+
"@microsoft/dev-tunnels-contracts": "^1.3.0",
22+
"@microsoft/dev-tunnels-management": "^1.3.0",
2323
"@microsoft/dev-tunnels-ssh": "^3.12.5",
2424
"@microsoft/dev-tunnels-ssh-tcp": "^3.12.5",
2525
"uuid": "^3.3.3",

ts/src/management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"buffer": "^5.2.1",
1919
"debug": "^4.1.1",
2020
"vscode-jsonrpc": "^4.0.0",
21-
"@microsoft/dev-tunnels-contracts": ">1.2.5",
21+
"@microsoft/dev-tunnels-contracts": "^1.3.0",
2222
"axios": "^1.8.4"
2323
}
2424
}

0 commit comments

Comments
 (0)