From 62810b98c6737a1442af6dddbd67d05b5b7cb0fb Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Sun, 31 May 2020 18:08:47 +0200 Subject: [PATCH] (cargo-release) version 1.2.0-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f6aa9ce..7868e82d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "i3nator" -version = "1.2.0-pre" +version = "1.2.0-rc.1" dependencies = [ "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs-next 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f0743660..dae4ac28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3nator" -version = "1.2.0-pre" +version = "1.2.0-rc.1" edition = "2018" authors = ["Pit Kleyersburg "] license = "MIT/Apache-2.0"