Skip to content

Commit 4558bf8

Browse files
committed
update version
1 parent 30257c3 commit 4558bf8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mist-extension",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Generated with @larscom/ng-mist-extension",
55
"scripts": {
66
"start": "npm run watch",

angular/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Mist Extension",
44
"short_name": "mist-extension",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
77
"icons": {
88
"16": "assets/favicon-16x16.png",

angular/src/manifest_chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Mist Extension",
44
"short_name": "mist-extension",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
77
"icons": {
88
"16": "assets/favicon-16x16.png",

angular/src/manifest_ffx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Mist Extension",
44
"short_name": "mist-extension",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"description": "Web Browser Extension for Mist Developpers to provide easier access to Mist APIs",
77
"icons": {
88
"16": "assets/favicon-16x16.png",

firefox_updates.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
"version": "4.0.0",
116116
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/4.0.0/mist_extension-4.0.0.xpi",
117117
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/4.0.0"
118+
},
119+
{
120+
"version": "4.1.0",
121+
"update_link": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/download/4.1.0/mist_extension-4.1.0.xpi",
122+
"update_info_url": "https://github.com/Mist-Automation-Programmability/mist_browser_extension/releases/tag/4.1.0"
118123
}
119124
]
120125
}

0 commit comments

Comments
 (0)