diff --git a/easy-indysdk/package.json b/easy-indysdk/package.json index 048913e..8df9a00 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.1", + "version": "2.2.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-client/package.json b/vcxagency-client/package.json index 2994055..24e4aa9 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.1", + "version": "2.2.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-node/package.json b/vcxagency-node/package.json index e7d87b4..6a4f2be 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.1", + "version": "2.2.0", "licenses": [ { "type": "Apache-2.0", diff --git a/version.json b/version.json index a9bc395..37ac01f 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "major": 2, - "minor": 1, - "patch": 1 + "minor": 2, + "patch": 0 }