Skip to content

Commit

Permalink
Upgrading version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Aug 13, 2012
1 parent 749942e commit a08d719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "dropzone",
"version": "1.0.0-dev",
"version": "1.0.0",
"description": "Handles drag and drop of files for you.",
"keywords": [ "dragndrop", "ender" ],
"homepage": "http://www.dropzonejs.com",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
@@ -1,4 +1,4 @@
# Dropzone.js Version 1.0.0-dev
# Dropzone.js Version 1.0.0

Dropzone.js is a light weight JavaScript library for [ender](http://ender.no.de) 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
Expand Up @@ -20,7 +20,7 @@ noOp = ->

class Dropzone

version: "1.0.0-dev"
version: "1.0.0"

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

0 comments on commit a08d719

Please sign in to comment.