From ba6168580dd0c14f6ed85107c16a99f91f8862e7 Mon Sep 17 00:00:00 2001 From: Mikhail Losev Date: Mon, 6 May 2019 12:53:31 +0300 Subject: [PATCH] Bump version (v1.1.4-rc.1) (#3763) --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index 5727c78383..5373621937 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 244a312c02..2883bf9e93 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.1.3", + "version": "1.1.4-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"