Skip to content

Commit

Permalink
bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thatdutchguy committed Apr 25, 2012
1 parent 5cd6f2a commit 4893f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/windtunnel/index.js
Expand Up @@ -79,7 +79,7 @@ function createContext() {
}

module.exports = {
version: [0, 0, 9],
version: [0, 0, 10],
run: function(options) {
env.reporter = new reporter.Reporter()
env.summarizer = new (summarizer(options.summarizer))(env.reporter)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"dependencies" : { "nomnom": "" },
"description" : "Easy JavaScript testing",
"url" : "https://github.com/thatdutchguy/windtunnel",
"version" : "0.0.9",
"version" : "0.0.10",
"author" : "Daniël van de Burgt <thatdutchguy@secretlymexico.com>",
"bin" : { "wt": "./bin/wt" },
"main" : "./lib/windtunnel/index",
Expand Down

0 comments on commit 4893f90

Please sign in to comment.