Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 7, 2011
1 parent 8a05837 commit acc5db0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.1.0 / 09-06-2011
==================

* added; #ignore method
* added; multiple instance support

0.0.2 / 09-06-2011
==================

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = exports = function gleak () {
* @api public
*/

exports.version = '0.0.2';
exports.version = '0.1.0';

/**
* Express middleware.
Expand Down
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": "Aaron Heckmann <[email protected]>",
"name": "gleak",
"description": "Node global variable leak detector",
"version": "0.0.2",
"version": "0.1.0",
"repository": {
"type": "git"
, "url": "git://github.com/aheckmann/gleak.git"
Expand Down

0 comments on commit acc5db0

Please sign in to comment.