From 79f76bcc5eb0c6d455b5d14541ce05ce5ffb6b81 Mon Sep 17 00:00:00 2001 From: Kelvin <kelvin@futo.org> Date: Fri, 21 Feb 2025 01:31:49 +0100 Subject: [PATCH] Versions --- YoutubeConfig.json | 5 ++++- YoutubeUnstableConfig.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/YoutubeConfig.json b/YoutubeConfig.json index 15929ff..1d8604e 100644 --- a/YoutubeConfig.json +++ b/YoutubeConfig.json @@ -8,7 +8,7 @@ "repositoryUrl": "https://futo.org", "scriptUrl": "./YoutubeScript.js", - "version": 238, + "version": 239, "iconUrl": "./youtube.png", "id": "35ae969a-a7db-11ed-afa1-0242ac120002", @@ -282,6 +282,9 @@ "changelog": { + "239": [ + "Fix: More advanced cipher fixes" + ], "238": [ "Fix: Cipher edgecase" ], diff --git a/YoutubeUnstableConfig.json b/YoutubeUnstableConfig.json index 36ea38c..a02d329 100644 --- a/YoutubeUnstableConfig.json +++ b/YoutubeUnstableConfig.json @@ -8,7 +8,7 @@ "repositoryUrl": "https://futo.org", "scriptUrl": "./YoutubeScript.js", - "version": 238, + "version": 239, "iconUrl": "./youtube.png", "id": "35ae969a-a7db-11ed-afa1-0242ac120003", @@ -281,6 +281,9 @@ "primaryClaimFieldType": 1, "changelog": { + "239": [ + "Fix: More advanced cipher fixes" + ], "238": [ "Fix: Cipher edgecase" ], -- GitLab