diff --git a/Cargo.toml b/Cargo.toml index 8f4b7c2..b548751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "good-mitm" -version = "0.3.6" +version = "0.4.0" authors = ["zu1k "] edition = "2021" description = "Use MITM technology to provide features like rewrite, redirect." diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index dd29d1a..02ffc2b 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "good-mitm-core" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Use MITM technology to provide features like rewrite, redirect." homepage = "https://github.com/zu1k/good-mitm"