From 3d365f6c512da000ccb1386b03d116ea89359dca Mon Sep 17 00:00:00 2001 From: AE Creations Date: Fri, 16 Jun 2023 19:14:11 -0700 Subject: [PATCH] Changed extension version to 6.3b1 --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index fb8233b..a88c7cd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,14 +2,15 @@ "manifest_version": 2, "name": "__MSG_extNameTB__", "description": "__MSG_extDesc__", - "version": "6.3a2+", + "version": "6.3b1", "author": "AE Creations", "homepage_url": "https://aecreations.io/clippings/index.php", "browser_specific_settings": { "gecko": { "id": "clippings-tb@aecreations.github.io", "strict_min_version": "115.0", - "strict_max_version": "115.*" + "strict_max_version": "115.*", + "update_url": "https://aecreations.github.io/updates/update-test.json" } },