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"