From c5aa07ff10fc810a1385f910a8037f19753c77d6 Mon Sep 17 00:00:00 2001 From: nathanielsimard Date: Mon, 9 Apr 2018 14:47:43 -0400 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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