From d7860aed92d223abb12e9ee6fb3ebfb2109fdfa1 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:00:36 +0530 Subject: [PATCH] update package name and version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93eccba1..48dbb76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@biconomy/account-contracts", - "version": "2.0.1", + "name": "@biconomy/modular-smart-account", + "version": "2.0.0", "description": "Smart Contract Wallet (SCW) contracts for Biconomy SDK. Enables Account Abstraction, Smart Account, ERC4337, and ERC6900 functionalities.", "main": "index.js", "engines": {