Skip to content

Commit 2031db3

Browse files
committed
v18.1.19: fix build/version
1 parent 852fd46 commit 2031db3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.evm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-wallets-evm",
33
"moduleName": "Web3Wallets",
4-
"version": "18.1.17",
4+
"version": "18.1.19",
55
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
66
"main": "dist/umd/index.evm.js",
77
"module": "dist/esm/index.evm.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-wallets",
33
"moduleName": "Web3Wallets",
4-
"version": "18.1.18",
4+
"version": "18.1.19",
55
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
66
"main": "dist/umd/index.js",
77
"module": "dist/esm/index.js",

package.svm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-wallets-svm",
33
"moduleName": "Web3Wallets",
4-
"version": "18.1.17",
4+
"version": "18.1.19",
55
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
66
"main": "dist/umd/index.svm.js",
77
"module": "dist/esm/index.svm.js",

0 commit comments

Comments
 (0)