From 9b5de1a39390e0b08b3b37315c07084b01b1b5ba Mon Sep 17 00:00:00 2001 From: TudbuT Date: Wed, 1 Feb 2023 20:50:02 +0100 Subject: [PATCH] correct version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25ecf98..8701a0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "revpfw3" -version = "0.2.1" +version = "0.3.0" dependencies = [ "enum-ordinalize", ] diff --git a/Cargo.toml b/Cargo.toml index 63060d1..1d41bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "revpfw3" repository = "https://github.com/tudbut/revpfw3" description = "A tool to bypass portforwarding restrictions using some cheap VServer" license = "MIT" -version = "0.2.1" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html