From 9c313089a381ba55e36ca11b86691cb86baf8081 Mon Sep 17 00:00:00 2001 From: Mikolaj Date: Fri, 19 May 2017 11:40:27 +0200 Subject: [PATCH] bump version --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 2c3730853..81f8607ad 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "dropzone", "location": "enyo/dropzone", - "version": "4.3.0", + "version": "4.3.2", "description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.", "homepage": "http://www.dropzonejs.com", "main": [ diff --git a/component.json b/component.json index 06a9f17d9..b0c3f37d6 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "dropzone", "repo": "enyo/dropzone", - "version": "4.3.0", + "version": "4.3.2", "description": "Handles drag and drop of files for you.", "scripts": [ "index.js", "dist/dropzone.js" ], "styles": [ "dist/basic.css" ], diff --git a/package.json b/package.json index 007757026..b34d71559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dropzone", - "version": "4.3.0", + "version": "4.3.2", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",