Skip to content

Commit

Permalink
Version 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AltSysrq committed Feb 24, 2018
1 parent 20cd398 commit 39875e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.5.1

### New Additions

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proptest"
version = "0.5.0"
version = "0.5.1"
authors = ["Jason Lingle"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In `Cargo.toml`, add

```toml
[dev-dependencies]
proptest = "0.5.0"
proptest = "0.5.1"
```

and at the top of `main.rs` or `lib.rs`:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
//!
//! ```toml
//! [dev-dependencies]
//! proptest = "0.5.0"
//! proptest = "0.5.1"
//! ```
//!
//! and at the top of `main.rs` or `lib.rs`:
Expand Down

0 comments on commit 39875e2

Please sign in to comment.