Bump to 2.19.0 (#672)

Bump to 2.19.0
This commit is contained in:
Denis Isidoro 2022-01-18 09:01:28 -03:00 committed by GitHub
commit 262bfc1895
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

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

View file

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