Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 19, 2013
1 parent 0639a7c commit 8d2a385
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.5.0",
"version": "0.5.1",
"description": "Doctests for JavaScript and CoffeeScript",
"contributors": [
"David Chambers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/doctest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ doctest = (path, callback = noop) ->
log results
callback results

doctest.version = '0.5.0'
doctest.version = '0.5.1'


if typeof window isnt 'undefined'
Expand Down

0 comments on commit 8d2a385

Please sign in to comment.