diff --git a/common/Cargo.toml b/common/Cargo.toml index 629b511f..796466fd 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-common" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/config/Cargo.toml b/config/Cargo.toml index bc42324a..c3f5ea06 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-config" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/heimdall/Cargo.toml b/heimdall/Cargo.toml index d437844c..2a93e791 100644 --- a/heimdall/Cargo.toml +++ b/heimdall/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] license = "MIT" name = "heimdall" readme = "README.md" -version = "0.2.0" +version = "0.2.1" [dependencies] backtrace = "0.3"