From d0cbffc8bb72b7e76d7411bd7dd740ecbe85c133 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Sep 2024 12:30:32 -0400 Subject: [PATCH] Updating version to 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1518252..9bbff8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,7 +1515,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.3.2" +version = "0.3.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2e43bb1..d2134cc 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.3" rust-version = "1.80" [lints] diff --git a/README.md b/README.md index 3cf400c..827926e 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.3 ### Version 0.3.0 introduces the following breaking changes