diff --git a/.publishrc b/.publishrc index fe0e22548c..ef370e94b5 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index a8425f3b49..a0be6925df 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.18.3", + "version": "1.18.4-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -110,7 +110,7 @@ "is-stream": "^2.0.0", "json5": "^2.1.0", "lodash": "^4.17.13", - "log-update-async-hook": "^2.0.2", + "log-update-async-hook": "^2.0.3", "make-dir": "^3.0.0", "mime-db": "^1.41.0", "moment": "^2.10.3",