From b34fd5c31cc5841304e14ff670f326bf899f9f0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:14:11 -0400 Subject: [PATCH] v3.2.0 (#547) 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 f734731a3c..8d6e3467ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/wallet-sdk", - "version": "3.1.0", + "version": "3.2.0", "description": "Coinbase Wallet JavaScript SDK", "keywords": [ "cipher", diff --git a/src/version.ts b/src/version.ts index 0332fa11c2..e9e7716d1d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "3.1.0"; +export const LIB_VERSION = "3.2.0";