diff --git a/.publishrc b/.publishrc index 841e6225c90..ad8437b0c21 100644 --- a/.publishrc +++ b/.publishrc @@ -8,6 +8,6 @@ "gitTag": true }, "confirm": true, - "publishTag": "alpha", + "publishTag": "latest", "prePublishScript": "gulp test-server" } diff --git a/package.json b/package.json index f7fec1be9ba..eaf34c670d5 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.13.0-alpha3", + "version": "0.13.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"