From bf1c4998e7eaf0c80bcd161d45fe3edc57d75997 Mon Sep 17 00:00:00 2001 From: Jazza_231 Date: Fri, 7 Jun 2024 22:25:48 +0800 Subject: [PATCH] 1.39 --- addons/block-to-forum-code/addon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/block-to-forum-code/addon.json b/addons/block-to-forum-code/addon.json index b95efeabb8..26f41bba40 100644 --- a/addons/block-to-forum-code/addon.json +++ b/addons/block-to-forum-code/addon.json @@ -2,7 +2,7 @@ "name": "Copy blocks as forum code", "description": "Adds yet another right click menu item to allow you to copy a scratch block from the editor as the form code for it.", "tags": ["editor", "codeEditor"], - "versionAdded": "1.38.2", + "versionAdded": "1.39.0", "userscripts": [{ "url": "userscript.js", "matches": ["projects"] }], "dynamicEnable": true, "dynamicDisable": true,