diff --git a/.publishrc b/.publishrc index ef370e94b52..fe0e22548c6 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index eecd352d575..756e578fd28 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.20.0-rc.1", + "version": "1.20.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"