From a59adccae46615527e6d632de0dad9193c01690e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 6 Jun 2024 11:57:28 +0300 Subject: [PATCH] changed version to v0.2.15 --- 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 fac6434..890e6b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1492,7 +1492,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.2.14" +version = "0.2.15" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 93d6ab9..df24628 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.2.14" +version = "0.2.15" [dependencies] chrono = {version = "0.4.37", default-features = false, features = [ diff --git a/README.md b/README.md index 4537f8f..f1c308e 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.2.14 +## Version 0.2.15 ### Version 0.2.7 introduces the following breaking changes