bump version to 0.2.7

This commit is contained in:
jangko 2020-05-28 21:13:25 +07:00
parent 7ea9a7a941
commit 105c462475
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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