diff --git a/package.json b/package.json index 9e4991aaec..4873bfb90b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/wallet-sdk", - "version": "3.0.11", + "version": "3.0.12", "description": "Coinbase Wallet JavaScript SDK", "keywords": [ "cipher", diff --git a/src/version.ts b/src/version.ts index 4c918a9791..d1f5cf4851 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "3.0.11"; +export const LIB_VERSION = "3.0.12";