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