Skip to content

Commit

Permalink
Merge pull request #660 from syscoin/chore/pali-version
Browse files Browse the repository at this point in the history
chore: update pali version
  • Loading branch information
lucasgabrielgsp authored Oct 22, 2024
2 parents a39b827 + 6296f48 commit 118e369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paliwallet",
"version": "3.0.3",
"version": "3.1.0",
"description": "A Non-Custodial Crypto Wallet",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion source/config/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const MV2_OPTIONS = {
const MV3_OPTIONS = {
manifest_version: 3,
name: 'Pali Wallet',
version: '3.0.3',
version: '3.1.0',
icons: {
16: 'assets/icons/favicon-16.png',
32: 'assets/icons/favicon-32.png',
Expand Down

0 comments on commit 118e369

Please sign in to comment.