diff --git a/.publishrc b/.publishrc index 5373621937..5727c78383 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index c6645cec61..78c7a1978a 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.4.0-rc.3", + "version": "1.4.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"