From 3827f4b5ba0ab121cc1fec454fffd5d691ed48af Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Sat, 27 Feb 2021 08:49:37 +0000 Subject: [PATCH] v2.2.6 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 2d38ff9..33f92c2 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": "2.2.5", + "version": "2.2.6", "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/2.2.5/vtta-tokenizer.zip" + "download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/2.2.6/vtta-tokenizer.zip" }