From 29078cd331f6b4022975d2bbf6fcf8315a124780 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 10:12:09 -0400 Subject: [PATCH] v3.0.12 (#516) Co-authored-by: brianchitester --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";