From e4205d17c94111bf65b92f1a678963753d100464 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Sat, 21 Jan 2023 19:33:29 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d4206370..f9a772b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1510,7 +1510,7 @@ dependencies = [ [[package]] name = "sic" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 3a7909de2..76625801a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sic" -version = "0.21.0" +version = "0.21.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"