diff --git a/package.json b/package.json index 2b38d47..88deae4 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "soda", "description": "Selenium RC Node Adapter (with Sauce Labs support)", "keywords": ["selenium", "saucelabs", "testing", "test", "tests"], - "version": "0.2.5", + "version": "0.3.0", "author": "TJ Holowaychuk ", "main": "./lib/soda/index.js", - "engines": { "node": ">= 0.2.0" }, + "engines": { "node": ">= 0.4.0" }, "repository": { "type": "git", "url": "git://github.com/LearnBoost/soda.git"