Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Nov 20, 2014
1 parent f027794 commit f0e2cf4
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "0.7.0",
"version": "0.7.1",
"main": "./lib/doctest",
"ignore": [
"/Makefile",
Expand Down
2 changes: 1 addition & 1 deletion lib/command.js

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

148 changes: 74 additions & 74 deletions 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.7.0",
"version": "0.7.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 @@ -40,7 +40,7 @@ doctest = (path, options = {}, callback = noop) ->
callback results
results

doctest.version = '0.7.0'
doctest.version = '0.7.1'


if typeof window isnt 'undefined'
Expand Down

0 comments on commit f0e2cf4

Please sign in to comment.