From 65d261caf30bb54a29b024a95f28c1157d03c285 Mon Sep 17 00:00:00 2001 From: Albert Olive Date: Tue, 22 Oct 2024 11:35:44 +0200 Subject: [PATCH] chore(custody-keyring): bump version to trigger release --- packages/custodyKeyring/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/custodyKeyring/package.json b/packages/custodyKeyring/package.json index 5110abbf..49064b61 100644 --- a/packages/custodyKeyring/package.json +++ b/packages/custodyKeyring/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/custody-keyring", - "version": "2.1.0", + "version": "2.1.1", "description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", "author": "Albert Olive ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme",