From b50147f71c3b4eb49f48c1f0f817464ae3d1b981 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 26 Jun 2022 14:11:23 +0200 Subject: [PATCH] chore: bump version number to v1.4 --- scripts/manifests/dev.json | 2 +- scripts/manifests/firefox.json | 2 +- src/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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" } } }