diff --git a/Cargo.lock b/Cargo.lock index cede01f..c2c2776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "git-graph" -version = "0.5.3" +version = "0.6.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 91b112e..a4a3f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-graph" -version = "0.5.3" +version = "0.6.0" authors = ["Martin Lange "] description = "Command line tool to show clear git graphs arranged for your branching model" repository = "https://github.com/mlange-42/git-graph.git"