From 775bd38a113ec8e36c1e76bd0c189b36662ae45f Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Tue, 18 Dec 2018 07:26:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compatibility with parse 2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5101467..6addaff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "parse-image", "description": "parse-image", "main": "index.js", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "gm": "~1.23.1", "parse": "^2.0.1"