Skip to content

Commit f86f32b

Browse files
committed
release v0.1.7
1 parent 0c4d14f commit f86f32b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition.workspace = true
55
description = "A CLI to proxy with localtunnel server."
66
license.workspace = true

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel-client"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition.workspace = true
55
description = "A client to connect with localtunnel server."
66
license.workspace = true

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel-server"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition.workspace = true
55
description = "Server implementation of localtunnel."
66
license.workspace = true

0 commit comments

Comments
 (0)