summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2020-08-13 15:39:22 -0300
committerGitHub <noreply@github.com>2020-08-13 15:39:22 -0300
commite11c48ec03e6c0528e92988ed6813652209dc294 (patch)
tree365d0a76dc07af40b314d15859dc9f2c6f6cc59f
parent22c0d0358693c7e579b49eb2a067cc970f3207b8 (diff)
Bump to 2.7.2 (#376)v2.7.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8642910..f3e86e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,7 +174,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "navi"
-version = "2.7.1"
+version = "2.7.2"
dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 2c51316..e3cf8de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.7.1"
+version = "2.7.2"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2018"
description = "An interactive cheatsheet tool for the command-line"