Skip to content

Commit b5aeb3b

Browse files
authored
Merge branch 'develop' into chore-remove-github-warnings
2 parents e4a0446 + bfb533f commit b5aeb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paliwallet",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "A Non-Custodial Crypto Wallet",
55
"private": true,
66
"repository": {

source/config/consts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const MV2_OPTIONS = {
7474
const MV3_OPTIONS = {
7575
manifest_version: 3,
7676
name: 'Pali Wallet',
77-
version: '3.3.1',
77+
version: '3.4.0',
7878
icons: {
7979
16: 'assets/icons/favicon-16.png',
8080
32: 'assets/icons/favicon-32.png',

0 commit comments

Comments
 (0)