Skip to content

Commit

Permalink
Bump versions to 5.22.0 (#1367)
Browse files Browse the repository at this point in the history
* docs(): bumping release to 5.22.0

* Empty-Commit

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Piyal Basu <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 8b0d832 commit d248f2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "5.21.0",
"version": "5.22.0",
"license": "Apache-2.0",
"prettier": "@stellar/prettier-config",
"scripts": {
Expand Down Expand Up @@ -112,4 +112,4 @@
"stellar-sdk>stellar-base>sodium-native": false
}
}
}
}
23 changes: 16 additions & 7 deletions extension/public/static/manifest/v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Freighter",
"version": "5.21.0",
"version_name": "5.21.0",
"version": "5.22.0",
"version_name": "5.22.0",
"description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
"browser_specific_settings": {
"gecko": {
Expand All @@ -10,12 +10,18 @@
},
"background": {
"service_worker": "background.min.js",
"scripts": ["background.min.js"]
"scripts": [
"background.min.js"
]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["contentScript.min.js"],
"matches": [
"<all_urls>"
],
"js": [
"contentScript.min.js"
],
"run_at": "document_start"
}
],
Expand All @@ -34,6 +40,9 @@
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"permissions": ["storage", "alarms"],
"permissions": [
"storage",
"alarms"
],
"manifest_version": 3
}
}

0 comments on commit d248f2a

Please sign in to comment.