Skip to content

Commit

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

* triggering build

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aristides Staffieri <aristides.staffieri@stellar.org>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent ab8f3c7 commit 1f88ebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "5.15.0",
"version": "5.15.1",
"license": "Apache-2.0",
"prettier": "@stellar/prettier-config",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions extension/public/static/manifest/v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Freighter",
"version": "5.15.0",
"version_name": "5.15.0",
"version": "5.15.1",
"version_name": "5.15.1",
"description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
"browser_specific_settings": {
"gecko": {
Expand Down
4 changes: 2 additions & 2 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.15.0",
"version_name": "5.15.0",
"version": "5.15.1",
"version_name": "5.15.1",
"description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
"background": {
"service_worker": "background.min.js"
Expand Down

0 comments on commit 1f88ebf

Please sign in to comment.