From eaa84383d9e88a0d50b7c402978a91338d68539e Mon Sep 17 00:00:00 2001 From: Mattia Penati Date: Fri, 5 Aug 2022 13:30:11 +0200 Subject: [PATCH] Version bumped to 0.4.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e60465..4aef608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "claym" description = "Assertion macros (without dependencies)" -version = "0.3.0" +version = "0.4.0" authors = ["Mattia Penati "] readme = "README.md" license = "Apache-2.0 OR MIT" diff --git a/README.md b/README.md index 63b930a..ce94805 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ for tests: ```toml [dev-dependencies] -claim = { package = "claym", version = "0.3.0" } +claim = { package = "claym", version = "0.4.0" } ```