Skip to content

Commit

Permalink
NPM Publishing 2.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moultrie committed Apr 19, 2014
1 parent fa6a161 commit 8045968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-node/runner.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": "jasmine-node",
"version": "2.0.0-beta3",
"version": "2.0.0-beta4",
"description": "DOM-less simple JavaScript BDD testing framework for Node",
"contributors": [
"Chris Moultrie <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion src/runner.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ minimistOpts =
exitCode = 0

printVersion = ->
console.log "2.0.1"
console.log "2.0.0-beta4"
process.exit 0
return

Expand Down

0 comments on commit 8045968

Please sign in to comment.