From 761623778605b7d61e8a499e1ad4fc2d5a8d4ca9 Mon Sep 17 00:00:00 2001 From: rkrisztian <2960445+rkrisztian@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:02:19 +0200 Subject: [PATCH] Prepare for tagging v2.1.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 092cf2c..cf4b2a8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Cypress npm package is installed in project. # Installation ```bash -npm install -D github:adnovum/gocd-cypress#v2.0.0 +npm install -D github:adnovum/gocd-cypress#v2.1.0 ``` # Execution diff --git a/package.json b/package.json index a6254f6..debf910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocd-cypress", - "version": "2.0.0", + "version": "2.1.0", "description": "", "bin": { "gocd-cypress": "bin/gocd-cypress"