manifest: Bump version to v1.1.3

To apply the changes I've made in Crates.io, I'll need to create a new
release.
This commit is contained in:
Lux Aliaga 2022-11-16 17:20:56 -03:00
parent 86d3a00f02
commit 6750a387db
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.2"
version = "1.1.3"
dependencies = [
"anyhow",
"colored",

View File

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