Bump version to 9.1.1

This commit is contained in:
Andrew 2024-04-23 14:59:00 +12:00
parent c480f80259
commit c7fe2a2e2c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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