feat(version): bump to v1.0.7

This commit is contained in:
Tomas Aparicio 2017-01-13 19:30:06 +00:00
parent c5e109463f
commit fc33ce0e82
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 1.0.7 / 13-01-2017
- fix(#128): crop image calculation for missing width or height axis.
## 1.0.6 / 12-11-2016
- feat(#118): handle 16-bit PNGs.

View file

@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
const Version = "1.0.6"
const Version = "1.0.7"