summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2022-05-18 09:00:42 -0300
committerGitHub <noreply@github.com>2022-05-18 09:00:42 -0300
commit91763d85aa8c8db9659792a2205786669c6da4bf (patch)
treeeb18b3cd1764f118b9acbc7d73db0245c20c2233
parentff638495d1c5803d8889042d13b15403d1573f8b (diff)
parent5732bfc8a9d7053cfe445fc8b6262f5375bef37a (diff)
Merge pull request #731 from chenrui333/patch-1
fix: update version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8cbfbb0..7d0c172 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.19.0"
+version = "2.20.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"