diff --git a/src/manifest-chromium.json b/src/manifest-chromium.json index 1ec21c6..845900b 100644 --- a/src/manifest-chromium.json +++ b/src/manifest-chromium.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "4.0.1", + "version": "4.0.2", "description": "__MSG_extensionDescription__", "author": "Wesley Branton", "default_locale": "en", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index cf353fb..68d0b95 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "4.0.1", + "version": "4.0.2", "description": "__MSG_extensionDescription__", "author": "Wesley Branton", "default_locale": "en",