Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 30, 2012
1 parent b12c2b5 commit 8860405
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

1.0.3 / 2012-04-30
==================

* Fixed string diff newlines
* Fixed: removed mocha.css target. Closes #401

1.0.2 / 2012-04-25
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha.js
Expand Up @@ -21,7 +21,7 @@ exports = module.exports = Mocha;
* Library version.
*/

exports.version = '1.0.2';
exports.version = '1.0.3';

/**
* Expose internals.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha"
, "version": "1.0.2"
, "version": "1.0.3"
, "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 8860405

Please sign in to comment.