From 19bc5736a70b82b92bd41c0d61da83c242e9bf98 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Thu, 17 Mar 2022 16:31:20 +0100 Subject: [PATCH] (cargo-release) version 0.19.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0c96be77..bcefdbf15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "sic" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index dc793dfc8..c53cb1ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sic" -version = "0.19.0" +version = "0.19.1" authors = ["Martijn Gribnau "] description = "Accessible image processing and conversion from the terminal (and a front-end for the 'image' crate)." license = "MIT OR Apache-2.0"