From 0882eb2cb67af51dfe3c793ae394e55216e8e5c7 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Sat, 30 Nov 2024 11:18:37 -0300 Subject: [PATCH] v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7a5a37..d8b00ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3316,7 +3316,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ab17b2b..d393a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." repository = "https://github.com/EpicEric/sandhole" -- 2.51.2