diff --git a/package.json b/package.json index 1f508a78f4..a87758cc96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/wallet-sdk", - "version": "3.2.0", + "version": "3.3.0", "description": "Coinbase Wallet JavaScript SDK", "keywords": [ "cipher", @@ -112,4 +112,4 @@ "engines": { "node": ">= 10.0.0" } -} \ No newline at end of file +} diff --git a/src/version.ts b/src/version.ts index e9e7716d1d..b6079abad1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "3.2.0"; +export const LIB_VERSION = "3.3.0";