From 9cf2525e4338f87d92d6573b09845aed5e9ffe28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Sam=C3=B3l?= Date: Wed, 29 Sep 2021 14:03:32 +0200 Subject: [PATCH] chore(release): 2.3.3 --- package-lock.json | 2 +- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 665aba904..63f4c5321 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "2.3.3-beta.0", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 04e37ab06..9a0cb0604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "2.3.3-beta.0", + "version": "2.3.3", "description": "The beacon-sdk allows you to easily connect DApps with Wallets through P2P communication or a chrome extension.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/src/constants.ts b/src/constants.ts index 3db2e2a0d..6484ae7cf 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,2 +1,2 @@ -export const SDK_VERSION: string = '2.3.3-beta.0' +export const SDK_VERSION: string = '2.3.3' export const BEACON_VERSION: string = '2'