Skip to content

Commit

Permalink
Merge pull request #278 from airgap-it/release/2.3.3
Browse files Browse the repository at this point in the history
Release/2.3.3
  • Loading branch information
jsamol authored Sep 29, 2021
2 parents 1c6a14a + 9cf2525 commit e87f69b
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.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",
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.3.3-beta.0'
export const SDK_VERSION: string = '2.3.3'
export const BEACON_VERSION: string = '2'

0 comments on commit e87f69b

Please sign in to comment.