Skip to content

Commit

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

0.1.3 / 09-22-2011
==================

* use old school node engine format in package.json

0.1.2 / 09-08-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.1.2';
exports.version = '0.1.3';

/**
* 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.1.2",
"version": "0.1.3",
"repository": {
"type": "git"
, "url": "git://github.com/aheckmann/gleak.git"
Expand Down

0 comments on commit cd4d085

Please sign in to comment.