diff --git a/Cargo.lock b/Cargo.lock index f8f86b202989477caeec47534dc6ad46048e5705..2bd352213620b10dc6fa7ce7eec8a8065c518427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.11" +version = "0.9.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3ec9d19c3cb4d4c4cd707b99dc65ccb8107cbd20..748a9f7b50173bef8596b779653970d9c6584ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.11" +version = "0.9.0" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"