From c9aa0868f9f8e2369ff8e2b7c4d0c01a3e266f73 Mon Sep 17 00:00:00 2001 From: Matias Meno Date: Wed, 3 Apr 2013 22:20:06 +0200 Subject: [PATCH] Upgrading version to 2.0.7 --- component.json | 2 +- downloads/dropzone-amd-module.js | 2 +- downloads/dropzone.js | 2 +- lib/dropzone.js | 2 +- package.json | 2 +- readme.md | 2 +- src/dropzone.coffee | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/component.json b/component.json index e2f94250b..c3930f0a0 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "dropzone", "repo": "enyo/dropzone", - "version": "2.0.7-dev", + "version": "2.0.7", "description": "Handles drag and drop of files for you.", "scripts": [ "index.js", "lib/dropzone.js" ], "styles": [ "downloads/css/basic.css" ], diff --git a/downloads/dropzone-amd-module.js b/downloads/dropzone-amd-module.js index 36faf3efc..f4812bc14 100644 --- a/downloads/dropzone-amd-module.js +++ b/downloads/dropzone-amd-module.js @@ -796,7 +796,7 @@ Emitter.prototype.hasListeners = function(event){ })(Em); - Dropzone.version = "2.0.7-dev"; + Dropzone.version = "2.0.7"; Dropzone.options = {}; diff --git a/downloads/dropzone.js b/downloads/dropzone.js index 91fdab9c0..949434aaa 100644 --- a/downloads/dropzone.js +++ b/downloads/dropzone.js @@ -1005,7 +1005,7 @@ require.register("dropzone/lib/dropzone.js", function(exports, require, module){ })(Em); - Dropzone.version = "2.0.7-dev"; + Dropzone.version = "2.0.7"; Dropzone.options = {}; diff --git a/lib/dropzone.js b/lib/dropzone.js index 2420ef3c0..fd0d7ebc4 100644 --- a/lib/dropzone.js +++ b/lib/dropzone.js @@ -635,7 +635,7 @@ })(Em); - Dropzone.version = "2.0.7-dev"; + Dropzone.version = "2.0.7"; Dropzone.options = {}; diff --git a/package.json b/package.json index fca74ced7..f346772a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dropzone", - "version": "2.0.7-dev", + "version": "2.0.7", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop", "drag and drop", "file upload", "upload" ], "homepage": "http://www.dropzonejs.com", diff --git a/readme.md b/readme.md index a29033662..49e58f44c 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Dropzone.js Version 2.0.7-dev +# Dropzone.js Version 2.0.7 Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX. diff --git a/src/dropzone.coffee b/src/dropzone.coffee index 4a7c0f96b..30b6f5cf6 100644 --- a/src/dropzone.coffee +++ b/src/dropzone.coffee @@ -630,7 +630,7 @@ class Dropzone extends Em -Dropzone.version = "2.0.7-dev" +Dropzone.version = "2.0.7" # This is a map of options for your different dropzones. Add configurations