From 758f7a012c2d6c65a42d1b62848f237bc4fa17e2 Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Tue, 15 Dec 2015 10:37:27 +0100 Subject: [PATCH] new CLI version --- cli/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/package.json b/cli/package.json index f91135a..dfd5b62 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "galenframework-cli", - "version": "2.2.0", + "version": "2.2.1", "description": "Automated testing of look and feel for your responsive websites", "homepage": "https://github.com/hypery2k/galenframework-cli", "bugs": { @@ -32,7 +32,7 @@ "dependencies": { "chromedriver": "*", "fs-extra": "0.26.2", - "galenframework": "2.2.0", + "galenframework": "2.2.1", "httpreq": "0.4.13", "kew": "0.7.0", "npmconf": "2.1.2", @@ -53,7 +53,7 @@ "url": "git+https://github.com/hypery2k/galenframework-cli.git" }, "license": "MIT", - "_galenVersion": "2.2.0", + "_galenVersion": "2.2.1", "_npmVersion": "2.6.0", "_nodeVersion": "1.4.1" }