From 7407ca5fe6bc199f86e2308bacd03095773d52d6 Mon Sep 17 00:00:00 2001 From: Pranav Jain Date: Tue, 4 Nov 2025 17:17:45 -0500 Subject: [PATCH] chore: bump package version to 2.0.0 Ticket: WP-6639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08fb1f4..b26b08f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/advanced-wallets", - "version": "1.0.0", + "version": "2.0.0", "description": "Advanced Wallets - On-Premises Key Management with BitGo Express", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts",