From fcd1c756d1505645128061b103af18e44943089c Mon Sep 17 00:00:00 2001 From: Erik Simon <10850738+ShooTeX@users.noreply.github.com> Date: Fri, 30 Dec 2022 02:52:36 +0100 Subject: [PATCH] chore: Release pngme version 1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc081a4..6522c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "pngme" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9bddf9a..59a0b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pngme" -version = "1.1.1" +version = "1.1.2" edition = "2021" authors = ["Erik Simon "] repository = "https://github.com/ShooTeX/pngme"