Skip to content

Commit 344bf0b

Browse files
committedNov 8, 2024··
release v0.1.5
1 parent c76519e commit 344bf0b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎Cargo.lock

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

‎cli/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition.workspace = true
55
description = "A CLI to proxy with localtunnel server."
66
license.workspace = true
@@ -10,8 +10,8 @@ repository.workspace = true
1010

1111
[dependencies]
1212
clap = { version = "4.5", features = ["derive"] }
13-
localtunnel-client = { path = "../client", version = "0.1.4" }
14-
localtunnel-server = { path = "../server", version = "0.1.4" }
13+
localtunnel-client = { path = "../client", version = "0.1.5" }
14+
localtunnel-server = { path = "../server", version = "0.1.5" }
1515
tokio = { workspace = true }
1616
log = { workspace = true }
1717
env_logger = "0.11"

‎client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel-client"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition.workspace = true
55
description = "A client to connect with localtunnel server."
66
license.workspace = true

‎server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localtunnel-server"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition.workspace = true
55
description = "Server implementation of localtunnel."
66
license.workspace = true

0 commit comments

Comments
 (0)
Please sign in to comment.