Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Nov 6, 2024
1 parent 30257c3 commit 4558bf8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mist-extension",
"version": "4.0.0",
"version": "4.1.0",
"description": "Generated with @larscom/ng-mist-extension",
"scripts": {
"start": "npm run watch",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Mist Extension",
"short_name": "mist-extension",
"version": "4.0.0",
"version": "4.1.0",
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
"icons": {
"16": "assets/favicon-16x16.png",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Mist Extension",
"short_name": "mist-extension",
"version": "4.0.0",
"version": "4.1.0",
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
"icons": {
"16": "assets/favicon-16x16.png",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest_ffx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Mist Extension",
"short_name": "mist-extension",
"version": "4.0.0",
"version": "4.1.0",
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
"icons": {
"16": "assets/favicon-16x16.png",
Expand Down
5 changes: 5 additions & 0 deletions firefox_updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
"version": "4.0.0",
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/4.0.0/mist_extension-4.0.0.xpi",
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/4.0.0"
},
{
"version": "4.1.0",
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/4.1.0/mist_extension-4.1.0.xpi",
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/4.1.0"
}
]
}
Expand Down

0 comments on commit 4558bf8

Please sign in to comment.