Skip to content

Commit

Permalink
Upgrading version to 2.0.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Apr 4, 2013
1 parent b7d721c commit 8dc6ef7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dropzone",
"repo": "enyo/dropzone",
"version": "2.0.9",
"version": "2.0.10-dev",
"description": "Handles drag and drop of files for you.",
"scripts": [ "index.js", "lib/dropzone.js" ],
"styles": [ "downloads/css/basic.css" ],
Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone-amd-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Emitter.prototype.hasListeners = function(event){

})(Em);

Dropzone.version = "2.0.9";
Dropzone.version = "2.0.10-dev";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone-amd-module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion downloads/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ require.register("dropzone/lib/dropzone.js", function(exports, require, module){

})(Em);

Dropzone.version = "2.0.9";
Dropzone.version = "2.0.10-dev";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@

})(Em);

Dropzone.version = "2.0.9";
Dropzone.version = "2.0.10-dev";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropzone",
"version": "2.0.9",
"version": "2.0.10-dev",
"description": "Handles drag and drop of files for you.",
"keywords": [ "dragndrop", "drag and drop", "file upload", "upload" ],
"homepage": "http://www.dropzonejs.com",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dropzone.js Version 2.0.9
# Dropzone.js Version 2.0.10-dev

![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master) (Master)
![Build status](https://travis-ci.org/enyo/dropzone.png) (Development)
Expand Down
2 changes: 1 addition & 1 deletion src/dropzone.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ class Dropzone extends Em



Dropzone.version = "2.0.9"
Dropzone.version = "2.0.10-dev"


# This is a map of options for your different dropzones. Add configurations
Expand Down

0 comments on commit 8dc6ef7

Please sign in to comment.