From d3d414e246e9fff2b94d825d30c5f773cf529ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:10:24 -0400 Subject: [PATCH] v3.3.0 (#576) Co-authored-by: jeongmincho --- package.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f508a78f4..a87758cc96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/wallet-sdk", - "version": "3.2.0", + "version": "3.3.0", "description": "Coinbase Wallet JavaScript SDK", "keywords": [ "cipher", @@ -112,4 +112,4 @@ "engines": { "node": ">= 10.0.0" } -} \ No newline at end of file +} diff --git a/src/version.ts b/src/version.ts index e9e7716d1d..b6079abad1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "3.2.0"; +export const LIB_VERSION = "3.3.0";