From c8b3d38ef3bab9d7c645e1ce61accc3be872cb1c Mon Sep 17 00:00:00 2001 From: Andreas Gassmann Date: Thu, 3 Jun 2021 19:23:26 +0200 Subject: [PATCH] chore(release): v2.2.8 --- 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 1b5fcbcd0..507c056e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "2.2.8-beta.3", + "version": "2.2.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 95cb80ba0..749b54254 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airgap/beacon-sdk", - "version": "2.2.8-beta.3", + "version": "2.2.8", "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 5a851e2fb..1aadf5ba2 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,2 +1,2 @@ -export const SDK_VERSION: string = '2.2.8-beta.3' +export const SDK_VERSION: string = '2.2.8' export const BEACON_VERSION: string = '2'