Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 27, 2013
1 parent 054875f commit 97fbfc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "0.5.1",
"version": "0.6.0",
"dependencies": {
"coffee-script": "1.6.x",
"escodegen": "1.0.x",
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "0.5.1",
"version": "0.6.0",
"description": "Doctests for JavaScript and CoffeeScript",
"contributors": [
"David Chambers <dc@davidchambers.me>",
Expand Down
2 changes: 1 addition & 1 deletion src/doctest.coffee
Expand Up @@ -39,7 +39,7 @@ doctest = (path, options = {}, callback = noop) ->
callback results
results

doctest.version = '0.5.1'
doctest.version = '0.6.0'


if typeof window isnt 'undefined'
Expand Down

0 comments on commit 97fbfc8

Please sign in to comment.