From e91f8eea8a24f4adba89dd886f707db51077d0a6 Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Sun, 31 May 2020 18:07:59 +0200 Subject: [PATCH] Prepare RC1 for 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1afed59..1f6aa9ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "i3nator" -version = "1.1.1-pre" +version = "1.2.0-pre" 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 298cf591..f0743660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3nator" -version = "1.1.1-pre" +version = "1.2.0-pre" edition = "2018" authors = ["Pit Kleyersburg "] license = "MIT/Apache-2.0"