Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pd-fkie committed Aug 6, 2022
1 parent 2dc4a70 commit 165601d
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,6 +1,6 @@
[package]
name = "butterfly-fuzz"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Patrick D."]
description = "LibAFL components for stateful fuzzing"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rustup toolchain install nightly
and in your `Cargo.toml` insert
```toml
[dependencies]
butterfly = { version = "0.2.1", package = "butterfly-fuzz" }
butterfly = { version = "0.2.2", package = "butterfly-fuzz" }
```

## How to use
Expand Down

0 comments on commit 165601d

Please sign in to comment.