diff --git a/Cargo.lock b/Cargo.lock index e82f7e8..86d6fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.9" +version = "0.8.10" dependencies = [ "ansi_term 0.8.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 4b1e664..ca9c6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.9" +version = "0.8.10" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"