diff --git a/Cargo.lock b/Cargo.lock index 7bd3f0b..f3a53db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "git-igitt" -version = "0.1.18" +version = "0.1.19" dependencies = [ "clap", "crossterm 0.29.0", diff --git a/Cargo.toml b/Cargo.toml index cf836ac..da4d734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-igitt" -version = "0.1.18" +version = "0.1.19" authors = ["Martin Lange "] description = "Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model" repository = "https://github.com/mlange-42/git-igitt.git"