Bump to 2.22.0 (#823)

This commit is contained in:
Denis Isidoro 2023-04-08 21:45:38 -03:00 committed by GitHub
parent 4f63f30ed7
commit a72add9d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -429,7 +429,7 @@ dependencies = [
[[package]]
name = "navi"
version = "2.21.0"
version = "2.22.0"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.21.0"
version = "2.22.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"

View file

@ -5,7 +5,7 @@
# trivial case -> "foo"
echo "foo"
# map -> "_foo_"
# map with underscores -> "_foo_"
echo "<map1>"
# expand -> "foo"