From 15f113c575fe19c62265633c5aa184d61c9a6658 Mon Sep 17 00:00:00 2001 From: Juliet Sabol Date: Mon, 21 Mar 2022 19:55:51 -0400 Subject: [PATCH] Fix version number (#12) --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 3a8c989..a24cd82 100644 --- a/module.json +++ b/module.json @@ -12,7 +12,7 @@ "discord": "Cattegy#7436" } ], - "version": "1.3.0", + "version": "2.0.1", "minimumCoreVersion": "9.0", "compatibleCoreVersion": "9.254", "esmodules": ["scripts/index.js"],