diff --git a/.publishrc b/.publishrc index f65316e5c3a..16aa87eb911 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "latest", + "publishTag": "alpha", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 5be2f2d6618..aa0181db8f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "0.19.2", + "version": "0.20.0-alpha.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -104,7 +104,7 @@ "source-map-support": "^0.4.0", "strip-bom": "^2.0.0", "testcafe-browser-tools": "1.5.1", - "testcafe-hammerhead": "13.4.0", + "testcafe-hammerhead": "13.4.1", "testcafe-legacy-api": "3.1.7", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0",