Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Apr 9, 2018
1 parent ffeee26 commit c5aa07f
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 = "mock-it"
version = "0.1.0"
version = "0.2.0"
authors = ["nathanielsimard <[email protected]>"]
description = "Make mocking reliable"
repository = "https://github.com/nathanielsimard/mock-it"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specify this crate as `[dev-dependencies]`.

```toml
[dev-dependencies]
mock-it = "0.1.0"
mock-it = "0.2.0"
```

```rust
Expand Down

0 comments on commit c5aa07f

Please sign in to comment.