From f92eb5b15582c0c8fd8e1ce00eb8ce0aab830b13 Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 22 Aug 2018 18:18:48 -0500 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c684a..d29d5aa 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbt_tunnels", - "version": "0.9.6", + "version": "0.9.7", "description": "Creates a local connection to CrossBrowserTesting.com which allows you to test sites behind your firewall or to access web pages that are saved locally on your machine. In just a few seconds, you can establish a connection which allows you to do live testing, screenshots, or run Selenium scripts against any of the internal sites you have access to. This command line version uses WSS (secure websockets over https, port 443) to create the local connection. It can be scripted, so it is useful if you want to initiate a local connection programmatically before running automated javascript, screenshots, or selenium tests.", "dependencies": { "cli-color": "1.1.0",