diff --git a/package.json b/package.json index b9c996155d..5625c5e2d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/wallet-sdk", - "version": "3.0.9", + "version": "3.0.10", "description": "Coinbase Wallet JavaScript SDK", "keywords": [ "cipher", diff --git a/src/version.ts b/src/version.ts index 42962f2ce0..45327edf99 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "3.0.9"; +export const LIB_VERSION = "3.0.10";