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