Skip to content

Commit

Permalink
Upgrading version to 1.2.3 (Added license and a browser blacklist.)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Jan 17, 2013
1 parent 9988297 commit 40fd7f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropzone",
"version": "1.2.3-dev",
"version": "1.2.3",
"description": "Handles drag and drop of files for you.",
"scripts": [ "index.js", "lib/dropzone.js" ],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/dropzone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.2.3-dev",
"version": "1.2.3",
"description": "Handles drag and drop of files for you.",
"keywords": [ "dragndrop", "ender", "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 1.2.3-dev
# Dropzone.js Version 1.2.3

Dropzone.js is a light weight JavaScript library for jQuery 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.
Expand Down
2 changes: 1 addition & 1 deletion src/dropzone.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ o -> o(".dropzone").dropzone()

class Dropzone extends Emitter

version: "1.2.3-dev"
version: "1.2.3"

###
This is a list of all available events you can register on a dropzone object.
Expand Down

0 comments on commit 40fd7f8

Please sign in to comment.