Skip to content

Commit

Permalink
chore(release): v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Jun 3, 2021
1 parent 6c343b8 commit c8b3d38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit c8b3d38

Please sign in to comment.