From e662b6e43d57d88c1628692960bce534be205203 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 28 Aug 2023 14:31:48 +0700 Subject: [PATCH] v0.3.6 --- nimPNG.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nimPNG.nimble b/nimPNG.nimble index 052a74d..3b92121 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -1,12 +1,12 @@ # Package -version = "0.3.4" +version = "0.3.6" author = "Andri Lim" description = "PNG encoder and decoder" license = "MIT" skipDirs = @["tests", "docs"] # Deps -requires "nim >= 0.19.0" +requires "nim >= 1.16.0" ### Helper functions proc test(env, path: string) =