We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57aed5 commit 4b989c6Copy full SHA for 4b989c6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "paliwallet",
3
- "version": "3.2.0",
+ "version": "3.2.2",
4
"description": "A Non-Custodial Crypto Wallet",
5
"private": true,
6
"repository": {
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.2.1',
+ version: '3.2.2',
78
icons: {
79
16: 'assets/icons/favicon-16.png',
80
32: 'assets/icons/favicon-32.png',
0 commit comments