Bump version to 9.1.1

This commit is contained in:
Andrew 2024-04-23 14:59:00 +12:00 committed by andrews05
parent ca1f423323
commit b5b1233901
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -369,7 +369,7 @@ dependencies = [
[[package]]
name = "oxipng"
version = "9.1.0"
version = "9.1.1"
dependencies = [
"bitvec",
"clap",

View file

@ -18,7 +18,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "9.1.0"
version = "9.1.1"
rust-version = "1.74.0"
[badges]