From fa742c0e6e8fd4adeda08896a6185118357d8205 Mon Sep 17 00:00:00 2001 From: jacob-sabella <179399841+jacob-sabella@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:59:08 -0500 Subject: [PATCH] chore(w-engine): bump to 1.1.1 Patch release for the startup palette sync fix. --- w-engine/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w-engine/plugin.toml b/w-engine/plugin.toml index 61ae557..1379329 100644 --- a/w-engine/plugin.toml +++ b/w-engine/plugin.toml @@ -1,6 +1,6 @@ id = "tadomika_ari/w-engine" name = "W Engine" -version = "1.1.0" +version = "1.1.1" # Tile and control callbacks are Luau closures rather than named globals, which # the host resolves from plugin API 9 onwards. plugin_api = 9