From 503c6b54a37bf26be97c4917156dd54d37ed931a Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Mon, 16 Mar 2020 08:03:05 -0300 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"