inc patch number

This commit is contained in:
andri lim 2017-11-04 16:54:01 +07:00
parent 9e196c2376
commit 613aa00d18
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
# Package
version = "0.1.8"
version = "0.1.9"
author = "Andri Lim"
description = "PNG encoder and decoder"
license = "MIT"