Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Also not executing all tests in the config since a new class of tests were
introduced that are potentially effecting server configuration.
  • Loading branch information
felixge committed Oct 30, 2010
1 parent 2461915 commit 80cdfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "mysql"
, "version": "0.7.0"
, "version": "0.8.0"
, "devDependencies": {"gently": ">=0.8.0"}
, "main" : "./lib/mysql"
, "scripts" : { "test" : "make test-all" }
, "scripts" : { "test" : "make test" }
}

0 comments on commit 80cdfe9

Please sign in to comment.