From 1d22d0c4df60557553dc4143fb58c0808e39b582 Mon Sep 17 00:00:00 2001 From: colomboalb Date: Fri, 27 Mar 2020 08:45:47 +0100 Subject: [PATCH] chore: release version 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82a6880..6c37c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,7 +781,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "what-bump" -version = "0.0.0-UNRELEASED" +version = "1.1.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea348f2..d01b070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Alberto Colombo