diff --git a/scripts/manifests/dev.json b/scripts/manifests/dev.json index 206254d..3a615c6 100644 --- a/scripts/manifests/dev.json +++ b/scripts/manifests/dev.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/scripts/manifests/firefox.json b/scripts/manifests/firefox.json index d2a875d..4e27849 100644 --- a/scripts/manifests/firefox.json +++ b/scripts/manifests/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/src/manifest.json b/src/manifest.json index 43111fa..3a615c6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__", @@ -42,7 +42,7 @@ "applications": { "gecko": { "id": "mastodon-auto-remote-follow@rugk.github.io", - "strict_min_version": "79.0" + "strict_min_version": "61.0" } } }