Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed May 1, 2012
1 parent c6fd4e1 commit 5c1a367
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

0.2.1 / 2012-05-01
==================

* package.json test script is `make test`
* Merge pull request #6 from domenic/package.json
* Merge pull request #7 from domenic/windows
* Merge pull request #5 from domenic/typo
* Making work on Windows by using `path.resolve`.
* Fixing typo/bug.
* Adding bugs and test script to package.json.
* read me updates
* added help for watch command

0.2.0 / 2012-02-10
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/codex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ var exports = module.exports = function (opts) {
return proj;
};

exports.version = '0.2.0';
exports.version = '0.2.1';
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": "Jake Luer <[email protected]>",
"name": "codex",
"description": "Static site and code documentation generator.",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git://github.com/logicalparadox/codex.git"
Expand Down

0 comments on commit 5c1a367

Please sign in to comment.