From 613aa00d18f1021c68965039dd5eac1ebdd46290 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 4 Nov 2017 16:54:01 +0700 Subject: [PATCH] inc patch number --- nimPNG.nim | 2 +- nimPNG.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nimPNG.nim b/nimPNG.nim index b5dce2a..abec445 100644 --- a/nimPNG.nim +++ b/nimPNG.nim @@ -30,7 +30,7 @@ import streams, endians, tables, hashes, math import private.buffer, private.nimz const - NIM_PNG_VERSION = "0.1.8" + NIM_PNG_VERSION = "0.1.9" type PNGChunkType = distinct int32 diff --git a/nimPNG.nimble b/nimPNG.nimble index 523b419..7ef71e1 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -1,5 +1,5 @@ # Package -version = "0.1.8" +version = "0.1.9" author = "Andri Lim" description = "PNG encoder and decoder" license = "MIT"