diff --git a/Cargo.lock b/Cargo.lock index 2486e74..832f77e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.23.0" +version = "2.24.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 835c814..841ec56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.23.0" +version = "2.24.0" authors = ["Denis Isidoro "] edition = "2021" description = "An interactive cheatsheet tool for the command-line" @@ -53,4 +53,4 @@ path = "src/lib.rs" [[bin]] name = "navi" path = "src/bin/main.rs" -bench = false \ No newline at end of file +bench = false