diff --git a/Cargo.lock b/Cargo.lock index 7f71eb4f..00d9ec09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.18.0" +version = "2.19.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cc48b09c..6c94ec61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.18.0" +version = "2.19.0" authors = ["Denis Isidoro "] edition = "2021" description = "An interactive cheatsheet tool for the command-line"