From 7e804fc7eab5dea9daeb67de2a3bb65935d30da9 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 5 Feb 2024 01:55:12 +0100 Subject: [PATCH] Bump the pack version to ensure it properly updates on clients (#49) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9f33e4f..990d13b 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Optional Bedrock resource pack to extend Geyser functionality", "name": "GeyserOptionalPack", "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", - "version": [1, 0, 7], + "version": [1, 0, 8], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ @@ -12,7 +12,7 @@ "description": "GeyserOptionalPack", "type": "resources", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", - "version": [1, 0, 7] + "version": [1, 0, 8] } ] }