diff --git a/Cargo.lock b/Cargo.lock index 6f44884..9a0cd98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "navi" -version = "2.1.1" +version = "2.1.2" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f2d6af4..015e386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.1.1" +version = "2.1.2" authors = ["Denis Isidoro "] edition = "2018" description = "An interactive cheatsheet tool for the command-line"