From 48c496af1ecc46d10198f48c4079585f3bc10756 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 14 Apr 2024 09:16:49 +1200 Subject: [PATCH] Bump version to 9.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 187ed6b0..f0bce47b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "9.0.0" +version = "9.1.0" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 19c1b96f..7a218a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "9.0.0" +version = "9.1.0" rust-version = "1.74.0" [badges]