We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3016387 commit 146d0c5Copy full SHA for 146d0c5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "paliwallet",
3
- "version": "3.4.1",
+ "version": "3.4.2",
4
"description": "A Non-Custodial Crypto Wallet",
5
"private": true,
6
"repository": {
@@ -187,4 +187,4 @@
187
},
188
"homepage": "https://github.com/syscoin/pali_wallet#readme",
189
"author": "pollum labs"
190
-}
+}
source/config/consts.js
@@ -74,7 +74,7 @@ const MV2_OPTIONS = {
74
const MV3_OPTIONS = {
75
manifest_version: 3,
76
name: 'Pali Wallet',
77
- version: '3.4.1',
+ version: '3.4.2',
78
icons: {
79
16: 'assets/icons/favicon-16.png',
80
32: 'assets/icons/favicon-32.png',
0 commit comments