From 367f46ad8be8d111c578ca5f38af9651f001f2f8 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Sun, 5 Apr 2026 09:50:19 +0100 Subject: [PATCH] fix(heyhe): bump RP version to 1.0.1 to force client cache refresh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bedrock clients cache resource packs by version — unchanged version means the client never re-downloads the updated textures/model. Co-Authored-By: Claude Sonnet 4.6 --- addon/heyhe_pet_RP/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/heyhe_pet_RP/manifest.json b/addon/heyhe_pet_RP/manifest.json index 74474b1..69a228b 100644 --- a/addon/heyhe_pet_RP/manifest.json +++ b/addon/heyhe_pet_RP/manifest.json @@ -4,14 +4,14 @@ "name": "Hey Hey Chicken Pet Resources", "description": "Textures, models, and animations for the Hey Hey chicken pet.", "uuid": "45ec17df-0d84-456f-b2cc-2d990f96e6d5", - "version": [1, 0, 0], + "version": [1, 0, 1], "min_engine_version": [1, 21, 0] }, "modules": [ { "type": "resources", "uuid": "0cba3001-7442-4a69-afa2-27b3dfb763c3", - "version": [1, 0, 0] + "version": [1, 0, 1] } ] }