Fix version in Cargo.toml (#732)

This commit is contained in:
Denis Isidoro 2022-05-18 09:02:35 -03:00 committed by GitHub
parent 91763d85aa
commit 57348e0f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "navi"
version = "2.19.0"
version = "2.20.1"
dependencies = [
"anyhow",
"clap",

View file

@ -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"