diff --git a/package-lock.json b/package-lock.json index 1a0ad1d29..6457dd989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "1.1.0-beta.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb689a27e..556e95527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "1.1.0-beta.2", + "version": "1.1.0", "description": "The beacon-sdk allows you to easily connect DApps with Wallets through P2P communication or a chrome extension.", "main": "dist/index.js", "unpkg": "dist/beacon.min.js", diff --git a/src/constants.ts b/src/constants.ts index 6a7a29421..fc0a96dff 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,2 +1,2 @@ -export const SDK_VERSION: string = '1.1.0-beta.2' +export const SDK_VERSION: string = '1.1.0' export const BEACON_VERSION: string = '1'