From ef031e9525849847e36f1b9f5608b157221354ff Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Thu, 8 Apr 2021 22:49:45 +0100 Subject: [PATCH] v3.0.2 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 7dd9076..c371b97 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "vtta-tokenizer", "title": "Tokenizer", "description": "Tiny yet capable in-game token editor, requires trusted user level for uploads.", - "version": "3.0.1", + "version": "3.0.2", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", "author": "Sebastian Will (vttassets@gmail.com), MrPrimate (jack@mrprimate.co.uk)", @@ -28,5 +28,5 @@ "packs": [], "url": "https://github.com/mrprimate/vtta-tokenizer/", "manifest": "https://github.com/mrprimate/vtta-tokenizer/releases/download/latest/module.json", - "download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/3.0.1/vtta-tokenizer.zip" + "download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/3.0.2/vtta-tokenizer.zip" }