Bump version to 9.1.0

This commit is contained in:
Andrew 2024-04-14 09:16:49 +12:00 committed by andrews05
parent 8086867055
commit 48c496af1e
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.0.0"
version = "9.1.0"
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.0.0"
version = "9.1.0"
rust-version = "1.74.0"
[badges]