diff --git a/Cargo.lock b/Cargo.lock index e33c410..405dbe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e3397af..9d3ae2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." repository = "https://github.com/EpicEric/sandhole"