mirror of https://github.com/status-im/nimPNG.git
inc patch number
This commit is contained in:
parent
9e196c2376
commit
613aa00d18
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Package
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
author = "Andri Lim"
|
||||
description = "PNG encoder and decoder"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue