diff --git a/Cargo.toml b/Cargo.toml index 8328cc9..794b5f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mock-it" -version = "0.1.0" +version = "0.2.0" authors = ["nathanielsimard "] description = "Make mocking reliable" repository = "https://github.com/nathanielsimard/mock-it" diff --git a/README.md b/README.md index c447a0f..83534bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify this crate as `[dev-dependencies]`. ```toml [dev-dependencies] -mock-it = "0.1.0" +mock-it = "0.2.0" ``` ```rust