From 17d48af572c893ee28a72c4494fb7693337f4bb0 Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:37:42 -0500 Subject: [PATCH] 2.61 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index baf310a..bb1ba06 100644 --- a/manifest.json +++ b/manifest.json @@ -5,21 +5,21 @@ "description": "pack.description", "min_engine_version": [1, 19, 50], "uuid": "d98b03cc-38f8-4a82-81c6-5fb7ede55cb8", - "version": [2, 6, 0] + "version": [2, 6, 1] }, "modules": [ { "description": "Data Module", "type": "data", "uuid": "1e866a8b-1807-4689-8329-192a43404d5b", - "version": [2, 6, 0] + "version": [2, 6, 1] }, { "description": "Gametest Module", "language": "javascript", "type": "script", "uuid": "9d7fbe86-68ed-4aac-8fe8-dfe980e671fc", - "version": [2, 6, 0], + "version": [2, 6, 1], "entry": "scripts/index.js" } ],