From a3e0f39815efddf401726667464cb1c43a55eb79 Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Sat, 5 Dec 2020 21:00:55 +0000 Subject: [PATCH] v2.2.3 --- module.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module.json b/module.json index 4ad875c..c87a4ab 100644 --- a/module.json +++ b/module.json @@ -1,11 +1,11 @@ { "name": "vtta-tokenizer", - "title": "Tokenizer - v0.7.5 edition", + "title": "Tokenizer", "description": "Tiny yet capable in-game token editor, requires trusted user level for uploads. This is a fork until vtta-tokenizer is fixed for v0.7.5.", - "version": "2.2.2", + "version": "2.2.3", "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.7.5", - "author": "Sebastian Will (vttassets@gmail.com), Jack (jack@mrprimate.co.uk", + "compatibleCoreVersion": "0.7.8", + "author": "Sebastian Will (vttassets@gmail.com), MrPrimate (jack@mrprimate.co.uk", "languages": [ { "lang": "en", @@ -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/2.2.2/vtta-tokenizer.zip" + "download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/2.2.3/vtta-tokenizer.zip" }