diff --git a/Cargo.lock b/Cargo.lock index b7d479d3..34d15efb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.19.0" +version = "2.20.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7d0c1728..d9a57cba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.20.0" +version = "2.20.1" authors = ["Denis Isidoro "] edition = "2021" description = "An interactive cheatsheet tool for the command-line"