Skip to content

Commit

Permalink
Version 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed Oct 12, 2021
1 parent 91e47b2 commit 0bdc23f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "0.9.11",
"version": "0.9.12",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-edge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "0.9.11",
"version": "0.9.12",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest-firefox-unlisted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "0.9.11",
"version": "0.9.12",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -89,7 +89,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "71.0"
"strict_min_version": "91.1.0"
}
}
}
4 changes: 2 additions & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "0.9.11",
"version": "0.9.12",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -88,7 +88,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "71.0"
"strict_min_version": "91.1.0"
}
}
}
2 changes: 1 addition & 1 deletion src/manifest-opera.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "0.9.11",
"version": "0.9.12",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down

0 comments on commit 0bdc23f

Please sign in to comment.