summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denis.isidoro@uber.com>2020-06-02 17:00:01 -0300
committerDenis Isidoro <denis.isidoro@uber.com>2020-06-02 17:00:01 -0300
commit4147d9b0b2de09e0ab209281fd6d8ddd4b1b60b0 (patch)
treeea8b3308d0bc07d26182098bdf5d01d6f11b187a
parent95f746c3cc35d2849a4b007fdd8fe7439ead75dc (diff)
Bump to 2.7.0v2.7.0
-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 7dc1258..25cbfc9 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.6.2"
+version = "2.7.0"
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 5604ef6..56211cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.6.2"
+version = "2.7.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2018"
description = "An interactive cheatsheet tool for the command-line"