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"