mirror of
https://github.com/status-im/nimPNG.git
synced 2025-01-26 04:19:13 +00:00
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
|
import private.buffer, private.nimz
|
||||||
|
|
||||||
const
|
const
|
||||||
NIM_PNG_VERSION = "0.1.8"
|
NIM_PNG_VERSION = "0.1.9"
|
||||||
|
|
||||||
type
|
type
|
||||||
PNGChunkType = distinct int32
|
PNGChunkType = distinct int32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Package
|
# Package
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
author = "Andri Lim"
|
author = "Andri Lim"
|
||||||
description = "PNG encoder and decoder"
|
description = "PNG encoder and decoder"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user