diff --git a/.publishrc b/.publishrc index 16aa87eb911..f65316e5c3a 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "alpha", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 05bb988dc3d..b5d91308a4b 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": "0.15.0-alpha4", + "version": "0.15.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"