Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent 48f2da6 commit e20ce58
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.3.2 / 2011-10-24
==================

* Fixed tests for 0.5.x
* Fixed sys warning

0.3.1 / 2011-08-22
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports = module.exports = assert;
* Library version.
*/

exports.version = '0.3.1';
exports.version = '0.3.2';

/**
* Assert _obj_ exists, with optional message.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "0.3.1"
, "version": "0.3.2"
, "author": "TJ Holowaychuk <[email protected]>"
, "contributors": [ "Aseem Kishore <[email protected]>" ]
, "devDependencies": {
Expand Down

0 comments on commit e20ce58

Please sign in to comment.