1
0
Fork 0
mirror of https://git.sr.ht/~nixgoat/vento synced 2025-11-30 16:37:15 +00:00

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]] [[package]]
name = "vento" name = "vento"
version = "1.1.0" version = "1.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"colored", "colored",

View file

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