From af0a27464b978bff902d745dcb01ffc806a9cd4b Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Wed, 26 Oct 2022 17:15:58 -0300 Subject: [PATCH] manifest: Bump version to v1.1.0 New features, new version! --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba67853..7545450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" [[package]] name = "vento" -version = "1.0.4" +version = "1.1.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index aa7708a..e465697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vento" -version = "1.0.4" +version = "1.1.0" edition = "2021" readme = "README.md"