Skip to content

Commit

Permalink
Prepare for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed Feb 10, 2018
1 parent 71f6213 commit 72a2878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "honggfuzz"
version = "0.4.0"
version = "0.5.0"
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
license = "MIT/Apache-2.0/Unlicense/WTFPL"
repository = "https://github.com/PaulGrandperrin/honggfuzz-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add to your dependencies

```toml
[dependencies]
honggfuzz = "0.4"
honggfuzz = "0.5"
```

Create a target to fuzz
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//!
//! ```toml
//! [dependencies]
//! honggfuzz = "0.4"
//! honggfuzz = "0.5"
//! ```
//!
//! Create a target to fuzz
Expand Down

0 comments on commit 72a2878

Please sign in to comment.