Browse Source

Bump version to 0.4.0

zu1k 3 years ago
parent
commit
3052323d5d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.toml
  2. 1 1
      crates/core/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "good-mitm"
 name = "good-mitm"
-version = "0.3.6"
+version = "0.4.0"
 authors = ["zu1k <[email protected]>"]
 authors = ["zu1k <[email protected]>"]
 edition = "2021"
 edition = "2021"
 description = "Use MITM technology to provide features like rewrite, redirect."
 description = "Use MITM technology to provide features like rewrite, redirect."

+ 1 - 1
crates/core/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "good-mitm-core"
 name = "good-mitm-core"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 edition = "2021"
 description = "Use MITM technology to provide features like rewrite, redirect."
 description = "Use MITM technology to provide features like rewrite, redirect."
 homepage = "https://github.com/zu1k/good-mitm"
 homepage = "https://github.com/zu1k/good-mitm"