Skip to content

Commit

Permalink
bumped version to 0.1.0 for the 1.7 jQuery bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Hernandez committed Dec 11, 2011
1 parent 8550e34 commit 57912b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "Deferred",
"version" : "0.0.4",
"version" : "0.1.0",
"description" : "A port of the jQuery Deferred library to node js.",
"keywords" : [
"promises",
Expand All @@ -25,6 +25,11 @@
"name" : "Ben Loveridge",
"email" : "",
"url" : "https://github.com/bloveridge"
},
{
"name" : "Richard Bateman",
"email" : "taxilian@gmail.com",
"url" : "https://github.com/taxilian"
}
],
"devDependencies" : {
Expand Down

0 comments on commit 57912b7

Please sign in to comment.