Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Mar 6, 2018
1 parent a7f21fb commit 7684343
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.1.0"
version = "1.2.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.1"
assert_matches = "1.2"
```

And add the following to your crate root:
Expand Down

0 comments on commit 7684343

Please sign in to comment.