diff --git a/Cargo.lock b/Cargo.lock index 27207fa..1562676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 05c1d2a..a93b39a 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.1" +version = "0.3.2" rust-version = "1.80" [lints] diff --git a/README.md b/README.md index e079a68..3cf400c 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.1 +## Version 0.3.2 ### Version 0.3.0 introduces the following breaking changes