summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2022-01-18 09:01:28 -0300
committerGitHub <noreply@github.com>2022-01-18 09:01:28 -0300
commit262bfc189594b87325fac0a4222541a1f6f0361b (patch)
tree99bd32b5d83f6fa3bc8858d6331ade6d8acf2216
parentb556808b064cf6a23c10db24fd9589c3777ad7f6 (diff)
parent32513aaccc8f04989e7ef3f92479c49ab59a6c08 (diff)
Bump to 2.19.0 (#672)v2.19.0
Bump to 2.19.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 7f71eb4..00d9ec0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -314,7 +314,7 @@ dependencies = [
[[package]]
name = "navi"
-version = "2.18.0"
+version = "2.19.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index cc48b09..6c94ec6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.18.0"
+version = "2.19.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"