diff --git a/package-lock.json b/package-lock.json index 5ac0fb1263..99aa05824e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nightwatch", - "version": "2.6.4-preview.0", + "version": "2.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nightwatch", - "version": "2.6.4-preview.0", + "version": "2.6.4", "license": "MIT", "dependencies": { "@nightwatch/chai": "5.0.2", diff --git a/package.json b/package.json index cfcf4594af..be7e4c812c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nightwatch", "description": "Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.", - "version": "2.6.4-preview.0", + "version": "2.6.4", "author": "Andrei Rusu", "homepage": "https://nightwatchjs.org", "main": "./lib/index.js",