Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Sep 27, 2024
1 parent ed2e439 commit 347dc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "png"
version = "0.17.13"
version = "0.17.14"
license = "MIT OR Apache-2.0"

description = "PNG decoding and encoding library in pure Rust"
Expand Down Expand Up @@ -56,4 +56,4 @@ required-features = ["benchmarks"]
path = "benches/expand_paletted.rs"
name = "expand_paletted"
harness = false
required-features = ["benchmarks"]
required-features = ["benchmarks"]

0 comments on commit 347dc5d

Please sign in to comment.