From ed785bc6c3c69304e8156125c54daf1c64c11ab5 Mon Sep 17 00:00:00 2001 From: angie Date: Sun, 14 Jan 2024 13:28:13 -0300 Subject: [PATCH] bump the version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae3662b..b8cdf59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pigment64" -version = "0.4.2" +version = "0.4.3" edition = "2021" description = "A library for handling conversion between N64 texture formats and modern image formats" repository = "https://github.com/decompals/pigment64"