diff --git a/Cargo.toml b/Cargo.toml index ce71421f..f5619d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pngquant" -version = "3.0.2" +version = "3.0.3" authors = ["Kornel Lesiński "] description = "Convert 24/32-bit PNG images to efficient 8-bit format with alpha channel" build = "rust/build.rs" diff --git a/snapcraft.yaml b/snapcraft.yaml index 22d44676..8d77ee8e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: pngquant -version: 3.0.1 +version: 3.0.3 summary: pngquant description: | Lossy PNG compressor — pngquant command based @@ -18,7 +18,7 @@ parts: pngquant: source-type: git source: https://github.com/kornelski/pngquant.git - source-tag: 3.0.1 + source-tag: 3.0.3 plugin: rust build-packages: - gcc