From e1a39a4f2e9abdeeb5a61b667d842b0820051fc1 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Thu, 4 Apr 2024 14:12:24 +0900 Subject: [PATCH] Bump version to 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5083615..38064a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pigment64" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "A library for handling conversion between N64 texture formats and modern image formats" repository = "https://github.com/decompals/pigment64"