diff --git a/.publishrc b/.publishrc index ef370e94b5..fe0e22548c 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-lock.json b/package-lock.json index 620eeb014b..516c879d19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.4.0-rc.3", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.4.0-rc.3", + "version": "3.4.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 714085d567..2f518c773f 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": "3.4.0-rc.3", + "version": "3.4.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"