Skip to content

Commit

Permalink
3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Feb 6, 2024
1 parent 8608a12 commit 67b5647
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 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": "3.5.2",
"version": "3.5.3",
"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": "3.5.2",
"version": "3.5.3",
"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": "3.5.2",
"version": "3.5.3",
"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": "3.5.2",
"version": "3.5.3",
"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 @@ -80,6 +80,11 @@
"version": "3.5.2",
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/3.5.2/mist_extension-3.5.2.xpi",
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/3.5.2"
},
{
"version": "3.5.3",
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/3.5.3/mist_extension-3.5.3.xpi",
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/3.5.3"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion mist_openapi
Submodule mist_openapi updated from fd81a1 to e5d6d2

0 comments on commit 67b5647

Please sign in to comment.