From 9762029e2321792c1d7079c14c83365514a360a9 Mon Sep 17 00:00:00 2001 From: Yosoy-Ed Date: Fri, 26 Apr 2024 10:37:52 -0500 Subject: [PATCH] Update module.json --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index f62f8bd..60649ff 100644 --- a/module.json +++ b/module.json @@ -8,7 +8,7 @@ "flags": {} } ], - "version": "0.1.1", + "version": "0.1.2", "styles": [ "styles/cm.css" ], @@ -17,10 +17,10 @@ "scripts/cm-classes.js" ], "url": "https://github.com/Yosoy-Ed/critic-message", - "manifest": "https://github.com/Yosoy-Ed/critic-message/releases/download/v0.1.1/module.json", - "download": "https://github.com/Yosoy-Ed/critic-message/releases/download/v0.1.1/module.zip", + "manifest": "https://github.com/Yosoy-Ed/critic-message/releases/download/v0.1.2/module.json", + "download": "https://github.com/Yosoy-Ed/critic-message/releases/download/v0.1.2/module.zip", "compatibility": { "minimum": "11", "verified": "11.315" } -} \ No newline at end of file +}