From 57436c4b921b739745c712d539cd40e8def5bd3e Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 23 Aug 2023 15:39:32 +0700 Subject: [PATCH] v0.3.4 notable fixes: - refactor: remove shallowCopy - avoid nzCompressInit ambiguous call when included (#80) - make getUnderlyingType work with type argument (#83) --- nimPNG.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimPNG.nimble b/nimPNG.nimble index 974b4ab..052a74d 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -1,5 +1,5 @@ # Package -version = "0.3.2" +version = "0.3.4" author = "Andri Lim" description = "PNG encoder and decoder" license = "MIT"