Skip to content

Commit

Permalink
Fix version in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Mar 7, 2022
1 parent c3b686f commit d91f190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chrome/manifest/chrome.json
@@ -1,5 +1,5 @@
{
"version": "4.7.1.0",
"version": "4.7.2.0",
"permissions": [
"declarativeContent"
],
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest/firefox.json
@@ -1,5 +1,5 @@
{
"version": "4.7.1.0",
"version": "4.7.2.0",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images/icons/128x128/default.png"
Expand Down

0 comments on commit d91f190

Please sign in to comment.