manifest: Bump version to v1.1.0

New features, new version!
This commit is contained in:
Lux Aliaga 2022-10-26 17:15:58 -03:00
parent 0434457475
commit af0a27464b
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.0.4"
version = "1.1.0"
dependencies = [
"anyhow",
"colored",

View File

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