diff --git a/Cargo.lock b/Cargo.lock index 881261d..fd6db2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.3.2" +version = "0.3.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 96828d2..00f1922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "soldeer" readme = "./README.md" repository = "https://github.com/mario-eth/soldeer" -version = "0.3.2" +version = "0.3.4" rust-version = "1.80" [lints] diff --git a/README.md b/README.md index 3cf400c..bff6d09 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project was started to solve the following issues: - npmjs was built for the js ecosystem not for solidity - github versioning of the releases is a pain and not all the projects are using it correctly -## Version 0.3.2 +## Version 0.3.4 ### Version 0.3.0 introduces the following breaking changes