From bf6f6c98e37342e07d001a4b37d449265e7e1b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 14 Feb 2024 14:12:35 +0300 Subject: [PATCH] chore: bump the crate version to 0.3.2 --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b422a4f..3d2d304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "apng" -version = "0.3.1" -authors = ["poccariswet "] +version = "0.3.2" +authors = [ + "poccariswet ", + "Orhun Parmaksız ", +] edition = "2021" description = "APNG Encoder. But it is tiny yet." license = "MIT"