summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2022-05-18 09:02:35 -0300
committerGitHub <noreply@github.com>2022-05-18 09:02:35 -0300
commit57348e0f745c9657bf467d64cd395fb5e8de724e (patch)
treef169dc470b2a35b4d3f693583c84c28c28f1bc41
parent91763d85aa8c8db9659792a2205786669c6da4bf (diff)
Fix version in Cargo.toml (#732)v2.20.1
-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 b7d479d..34d15ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "navi"
-version = "2.19.0"
+version = "2.20.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 7d0c172..d9a57cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.20.0"
+version = "2.20.1"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"