From 5ec10c21ef810548a41548c6e2b6e3fac82eefb5 Mon Sep 17 00:00:00 2001 From: livingsilver94 Date: Mon, 3 Sep 2018 21:55:18 +0200 Subject: [PATCH] Bump to version 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82c6cc3..e628df5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "cat" -version = "1.0.0" +version = "2.0.0" dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d51b57e..334e25f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat" -version = "1.0.0" +version = "2.0.0" authors = ["livingsilver94 "] [dependencies]