Skip to content

Commit

Permalink
chore(release): v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Mar 14, 2022
1 parent 21c8c10 commit 457645f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-sdk",
"version": "2.3.9",
"version": "2.3.10",
"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 Expand Up @@ -119,4 +119,4 @@
"pre-commit": "npm run check-version && pretty-quick --staged"
}
}
}
}
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.9'
export const SDK_VERSION: string = '2.3.10'
export const BEACON_VERSION: string = '2'

0 comments on commit 457645f

Please sign in to comment.