diff --git a/nimPNG.nim b/nimPNG.nim index ba8a1ee..eda6627 100644 --- a/nimPNG.nim +++ b/nimPNG.nim @@ -31,7 +31,7 @@ import nimPNG/[buffer, nimz, filters] import strutils const - NIM_PNG_VERSION = "0.2.6" + NIM_PNG_VERSION = "0.2.7" type PNGChunkType = distinct int32 diff --git a/nimPNG.nimble b/nimPNG.nimble index 3beeb0e..c998f42 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -1,5 +1,5 @@ # Package -version = "0.2.6" +version = "0.2.7" author = "Andri Lim" description = "PNG encoder and decoder" license = "MIT"