We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2007e commit e6978b8Copy full SHA for e6978b8
packages/wallet-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coinbase/wallet-sdk",
3
- "version": "4.2.3",
+ "version": "4.2.4",
4
"description": "Coinbase Wallet JavaScript SDK",
5
"keywords": [
6
"coinbase",
packages/wallet-sdk/src/sdk-info.ts
@@ -1,2 +1,2 @@
-export const VERSION = '4.2.3';
+export const VERSION = '4.2.4';
export const NAME = '@coinbase/wallet-sdk';
0 commit comments