From 858933caa399daf2b579163386e7d639c06d7b72 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Wed, 5 Jul 2017 13:49:40 +0300 Subject: [PATCH] Bump version (#1588) --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index f65316e5c3..16aa87eb91 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "latest", + "publishTag": "alpha", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 696e697ec6..d9f13c9088 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.16.2", + "version": "0.17.0-alpha1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"