From dc4e12b19ed5ca41880ac66d312d8a177a1b1139 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Sun, 21 Jun 2015 14:57:58 +0200 Subject: [PATCH] 0.7.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bfbe524eb..ee28aa99c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nightwatch", "description": "A node.js bindings implementation for selenium 2.0/webdriver", - "version": "0.6.15", + "version": "0.7.0", "author": { "name": "Andrei Rusu", "email": "andrei@nightwatchjs.org" @@ -23,7 +23,7 @@ "mkpath": ">=0.1.0", "optimist": ">=0.3.5", "q": "^1.1.2", - "chai-nightwatch" : "~0.1.x" + "chai-nightwatch": "~0.1.x" }, "devDependencies": { "grunt": "~0.4.4",