diff --git a/Cargo.lock b/Cargo.lock index 4d06322..d9ccd4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "git-graph" -version = "0.1.2" +version = "0.1.3" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6233a9f..8cf1374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-graph" -version = "0.1.2" +version = "0.1.3" 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"