manifest: Bump version to v1.1.1

Enough changes have been done for a newer version and I can confidently
call this a stable release. Enjoy.
This commit is contained in:
Lux Aliaga 2022-11-03 21:32:30 -03:00
parent ef3dcf8acc
commit ab313e2f50
Signed by: lux
GPG Key ID: B56C805968637437
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -592,7 +592,7 @@ checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
[[package]]
name = "vento"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"anyhow",
"colored",

View File

@ -1,6 +1,6 @@
[package]
name = "vento"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
readme = "README.md"