manifest: Bump version to v1.0.1

Just to register the bugfix release.
This commit is contained in:
Lux Aliaga 2022-09-27 21:29:58 -03:00
parent a98a8147e9
commit 96178a11b3
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.0"
version = "1.0.1"
dependencies = [
"anyhow",
"colored",

View File

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