Skip to content

Commit

Permalink
Merge pull request #668 from syscoin/chore/version
Browse files Browse the repository at this point in the history
chore: update pali version
  • Loading branch information
lucasgabrielgsp authored Nov 7, 2024
2 parents d0d2823 + ea72991 commit 9f3bf62
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.1.0",
"version": "3.0.4",
"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.1.0',
version: '3.0.4',
icons: {
16: 'assets/icons/favicon-16.png',
32: 'assets/icons/favicon-32.png',
Expand Down

0 comments on commit 9f3bf62

Please sign in to comment.