Skip to content

Commit

Permalink
v8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Feb 11, 2024
1 parent 96efe24 commit a228260
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/manifest-chrome-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "__MSG_extensionNameBasic__",
"description": "__MSG_extensionDescription__",
"version": "8.9",
"version": "8.10",
"default_locale": "en",
"homepage_url": "https://getfoxyproxy.org/",
"author": "Eric Jung",
Expand Down Expand Up @@ -82,4 +82,4 @@
},

"minimum_chrome_version": "108"
}
}
4 changes: 2 additions & 2 deletions src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "8.9",
"version": "8.10",
"default_locale": "en",
"homepage_url": "https://getfoxyproxy.org/",
"author": "Eric Jung",
Expand Down Expand Up @@ -82,4 +82,4 @@
},

"minimum_chrome_version": "108"
}
}
4 changes: 2 additions & 2 deletions src/manifest-firefox-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "__MSG_extensionNameBasic__",
"description": "__MSG_extensionDescription__",
"version": "8.9",
"version": "8.10",
"default_locale": "en",
"homepage_url": "https://getfoxyproxy.org/",
"author": "Eric Jung",
Expand Down Expand Up @@ -82,4 +82,4 @@
"strict_min_version": "113.0"
}
}
}
}
4 changes: 2 additions & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "8.9",
"version": "8.10",
"default_locale": "en",
"homepage_url": "https://getfoxyproxy.org/",
"author": "Eric Jung",
Expand Down Expand Up @@ -82,4 +82,4 @@
"strict_min_version": "113.0"
}
}
}
}

0 comments on commit a228260

Please sign in to comment.