From b4712b0eff27cc9b26e085f422b1a61721bf49f6 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Fri, 30 Mar 2018 11:51:22 +0300 Subject: [PATCH] Update legacy api; Bump version (alpha) (#2269) --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index 8819cdf0d3f..16aa87eb911 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "dev", + "publishTag": "alpha", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 21f78aeb174..af5535dffd8 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.19.2-dev20180323", + "version": "0.19.2-alpha1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -104,7 +104,7 @@ "strip-bom": "^2.0.0", "testcafe-browser-tools": "1.5.1", "testcafe-hammerhead": "13.3.0", - "testcafe-legacy-api": "3.1.5", + "testcafe-legacy-api": "3.1.6", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0", "testcafe-reporter-minimal": "^2.1.0",