Selaa lähdekoodia

Decreased manifest version to prevent "Update your extension" warnings

Anarios 2 vuotta sitten
vanhempi
sitoutus
6277868ac7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Extensions/combined/manifest-chrome.json

+ 1 - 1
Extensions/combined/manifest-chrome.json

@@ -2,7 +2,7 @@
   "name": "__MSG_extensionName__",
   "description": "__MSG_extensionDesc__",
   "default_locale": "en",
-  "version": "3.0.0.5",
+  "version": "3.0.0.4",
   "manifest_version": 3,
   "background": {
     "service_worker": "ryd.background.js"