From efec1508cd30ad08dc98ca948d66505a16535c4d Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 11 Dec 2018 07:01:12 -0800 Subject: [PATCH] 1.1.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7b6f020..d7462d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "circleci-orb", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6d62dcd..2243cbac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "circleci-orb", - "version": "1.1.1", + "version": "1.1.2", "description": "Install, cache and run Cypress.io tests on CircleCI with minimal configuration.", "main": "index.js", "scripts": {