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'