Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Oct 4, 2020
1 parent 8c3f028 commit 0978355
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
Expand Up @@ -2,7 +2,7 @@
name = "assert_matches"
description = "Asserts that a value matches a pattern"

version = "1.3.0"
version = "1.4.0"
authors = ["Murarth <murarth@gmail.com>"]

documentation = "https://docs.rs/assert_matches/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to your Cargo.toml:

```toml
[dev-dependencies]
assert_matches = "1.3"
assert_matches = "1.4"
```

And add the following to your crate root:
Expand Down

0 comments on commit 0978355

Please sign in to comment.