Skip to content

Commit

Permalink
Version bumped to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mphypermynds committed Aug 5, 2022
1 parent 54c97ae commit eaa8438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "claym"
description = "Assertion macros (without dependencies)"
version = "0.3.0"
version = "0.4.0"
authors = ["Mattia Penati <mp@hypermynds.com>"]
readme = "README.md"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for tests:

```toml
[dev-dependencies]
claim = { package = "claym", version = "0.3.0" }
claim = { package = "claym", version = "0.4.0" }
```


Expand Down

0 comments on commit eaa8438

Please sign in to comment.