From 29597eb9438351b58eca5d78e6bdd881656dfbe2 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Wed, 10 Aug 2022 12:35:00 +0200 Subject: [PATCH] Release 2.3.0 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 8df9a00..21706b2 100644 --- a/easy-indysdk/package.json +++ b/easy-indysdk/package.json @@ -1,7 +1,7 @@ { "name": "easy-indysdk", "author": "ABSA Group Limited", - "version": "2.2.0", + "version": "2.3.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-client/package.json b/vcxagency-client/package.json index 7ca86f0..e99d441 100644 --- a/vcxagency-client/package.json +++ b/vcxagency-client/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-client", "author": "ABSA Group Limited", - "version": "2.2.0", + "version": "2.3.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-node/package.json b/vcxagency-node/package.json index 485e659..c6830e5 100644 --- a/vcxagency-node/package.json +++ b/vcxagency-node/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-node", "author": "ABSA Group Limited", - "version": "2.2.0", + "version": "2.3.0", "licenses": [ { "type": "Apache-2.0", diff --git a/version.json b/version.json index 37ac01f..f76182c 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "major": 2, - "minor": 2, + "minor": 3, "patch": 0 }