From e8f5d361f6629a63627c27ffefbe6faedaac4eba Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Mon, 16 May 2022 17:07:18 +0200 Subject: [PATCH] Release 2.1.1 Signed-off-by: Patrik Stas --- easy-indysdk/package.json | 2 +- vcxagency-client/package.json | 2 +- vcxagency-node/package.json | 2 +- version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/easy-indysdk/package.json b/easy-indysdk/package.json index 65968fd..048913e 100644 --- a/easy-indysdk/package.json +++ b/easy-indysdk/package.json @@ -1,7 +1,7 @@ { "name": "easy-indysdk", "author": "ABSA Group Limited", - "version": "2.1.0", + "version": "2.1.1", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-client/package.json b/vcxagency-client/package.json index c8e886c..cd75c8e 100644 --- a/vcxagency-client/package.json +++ b/vcxagency-client/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-client", "author": "ABSA Group Limited", - "version": "2.1.0", + "version": "2.1.1", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-node/package.json b/vcxagency-node/package.json index 886f208..9e07169 100644 --- a/vcxagency-node/package.json +++ b/vcxagency-node/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-node", "author": "ABSA Group Limited", - "version": "2.1.0", + "version": "2.1.1", "licenses": [ { "type": "Apache-2.0", diff --git a/version.json b/version.json index 313cbd8..a9bc395 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "major": 2, "minor": 1, - "patch": 0 + "patch": 1 }