diff --git a/.publishrc b/.publishrc index fe0e22548c..be33ddaf32 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "alpha", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 2e9fbb0f58..8c6ab9de29 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": "1.19.0", + "version": "1.20.0-alpha.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -139,7 +139,7 @@ "testcafe-browser-tools": "2.0.23", "testcafe-hammerhead": "24.5.20", "testcafe-legacy-api": "5.1.4", - "testcafe-reporter-dashboard": "1.0.0-rc.1", + "testcafe-reporter-dashboard": "1.0.0-rc.3", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0", "testcafe-reporter-minimal": "^2.1.0",