Skip to content

Commit

Permalink
- add versioning to ender main
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Apr 30, 2011
1 parent af79227 commit 418cd35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ender.js
Expand Up @@ -23,6 +23,7 @@
}

aug(ender, {
_VERSION: 0.1.3,
ender: function (o, chain) {
aug(chain ? boosh : ender, o);
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ender-js",
"description": "no-library library",
"version": "0.1.2",
"version": "0.1.3",
"authors": ["Dustin Diaz <@ded>", "Jacob Thornton <@fat>"],
"keywords": ["ender", "modules", "library", "framework", "packager"],
"main": "./ender.js",
Expand Down
1 change: 1 addition & 0 deletions src/ender.js
Expand Up @@ -23,6 +23,7 @@
}

aug(ender, {
_VERSION: 0.1.3,
ender: function (o, chain) {
aug(chain ? boosh : ender, o);
},
Expand Down

0 comments on commit 418cd35

Please sign in to comment.