From 5857f271c22010df6d7636645fb4d525076ac307 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 14 Feb 2018 11:31:41 +0700 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8517ca4..d965428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "merge-images", - "version": "1.0.7", + "version": "1.1.0", "description": "Easily compose images together without messing around with canvas", "main": "dist/index.umd.js", "module": "dist/index.es2015.js",