Skip to content

Commit

Permalink
Releasing 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirj committed Jul 10, 2013
1 parent fb17466 commit 1099360
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deferred.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ####[Source (github)](http://github.com/sudhirj/simply-deferred) | [Documentation](https://github.com/sudhirj/simply-deferred#simply-deferred)
# © Sudhir Jonathan [sudhirjonathan.com](http://www.sudhirjonathan.com)

VERSION = '2.0.0'
VERSION = '2.1.0'

# First, let's set up the constants that we'll need to signify the state of the `deferred` object. These will be returned from the `state()` method.

Expand Down
2 changes: 1 addition & 1 deletion deferred.js

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

3 changes: 1 addition & 2 deletions deferred.min.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
Expand Up @@ -2,7 +2,7 @@
"author": "Sudhir Jonathan <contact.me@sudhirjonathan.com> (http://www.sudhirjonathan.com)",
"name": "simply-deferred",
"description": "A deferred library for Node.js and the browser with a simplified jQuery compatible API",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "http://sudhirj.github.com/simply-deferred/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coffee -c *.coffee
./node_modules/mocha/bin/mocha *.js && uglifyjs deferred.js > deferred.min.js
./node_modules/mocha/bin/mocha *.js && uglifyjs deferred.js -c -m -o deferred.min.js

0 comments on commit 1099360

Please sign in to comment.