Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 9, 2012
1 parent 62c04a8 commit 9c43e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/doctest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "0.4.0",
"version": "0.4.1",
"description": "Quick and dirty doctests for JavaScript and CoffeeScript",
"author": "David Chambers <[email protected]>",
"keywords": ["doctests", "test", "browser"],
Expand Down
2 changes: 1 addition & 1 deletion src/doctest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
CoffeeScript = require 'coffee-script'
module.exports = doctest

doctest.version = '0.4.0'
doctest.version = '0.4.1'

doctest.queue = []

Expand Down

0 comments on commit 9c43e93

Please sign in to comment.