feat(version): bump to v1.0.14

This commit is contained in:
Tomas Aparicio 2017-09-12 22:31:25 +02:00
parent 37aea4bd76
commit 276e054189
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,11 @@
## v1.0.14 / 2017-09-12
* Merge pull request #192 from greut/trim
* Adding trim operation.
* Merge pull request #191 from greut/alpha4
* Update 8.6 to alpha4.
## v1.0.13 / 2017-09-11
* Merge pull request #190 from greut/typos

View file

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