From 8af5f9d774289b0c45a21014fc5267df85b4ed1d Mon Sep 17 00:00:00 2001 From: Miroslav Kovar Date: Tue, 12 Apr 2022 14:17:22 +0200 Subject: [PATCH] Release 2.0.0 (#162) Signed-off-by: Miroslav Kovar Co-authored-by: Miroslav Kovar --- easy-indysdk/package.json | 2 +- vcxagency-client/package.json | 2 +- vcxagency-node/package.json | 2 +- version.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/easy-indysdk/package.json b/easy-indysdk/package.json index 9cd8e6e1..4d9f8db4 100644 --- a/easy-indysdk/package.json +++ b/easy-indysdk/package.json @@ -1,7 +1,7 @@ { "name": "easy-indysdk", "author": "ABSA Group Limited", - "version": "1.2.0", + "version": "2.0.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-client/package.json b/vcxagency-client/package.json index 99ba8dfb..87e75691 100644 --- a/vcxagency-client/package.json +++ b/vcxagency-client/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-client", "author": "ABSA Group Limited", - "version": "1.2.0", + "version": "2.0.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-node/package.json b/vcxagency-node/package.json index b9bd9017..1cd3b339 100644 --- a/vcxagency-node/package.json +++ b/vcxagency-node/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-node", "author": "ABSA Group Limited", - "version": "1.2.0", + "version": "2.0.0", "licenses": [ { "type": "Apache-2.0", diff --git a/version.json b/version.json index 3369134f..ecd2471a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "major": 1, - "minor": 2, + "major": 2, + "minor": 0, "patch": 0 }