From 4bf99e72ab2e35c68cba37452f7b65ee50ac0485 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Mon, 22 Aug 2016 17:20:52 +0200 Subject: [PATCH] Bump version to 0.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b09109..e8a7f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cli" -version = "0.2.2" +version = "0.3.0" authors = ["Pascal Hertleif "] repository = "https://github.com/killercup/assert_cli.git" homepage = "https://github.com/killercup/assert_cli" diff --git a/README.md b/README.md index f4fc7ef..f785980 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Just add it to your `Cargo.toml`: ```toml [dependencies] -assert_cli = "0.2.2" +assert_cli = "0.3" ``` ## Example