From 844c2b24e61ab0978ad1aa004a444b1a67583033 Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Tue, 28 Mar 2017 15:06:27 +0300 Subject: [PATCH] Bump to release version (#1365) * Bump to release version * Delete site dir * Fix .gitignore --- .gitignore | 6 +++--- .publishrc | 2 +- package.json | 2 +- site | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) delete mode 160000 site diff --git a/.gitignore b/.gitignore index c264fb4086e..280e52f4860 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ node_modules .idea -lib -site/* +/lib +/site .sass-cache .publish -___test-screenshots___ +/___test-screenshots___ yarn.lock 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 df65212663d..030ed52ca74 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.14.0-alpha6", + "version": "0.14.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" diff --git a/site b/site deleted file mode 160000 index e652093728e..00000000000 --- a/site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e652093728e155e645c6286e999dfaa11c811229