From c9f97d131e24f7687d47d01a835cc8abc9d55b0f Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 14 Jun 2026 11:57:40 +0200 Subject: [PATCH] chore: bump lib-core.composition dep to 0.3.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.module b/manifest.module index 6582bda..4077ca6 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "spine-prototype", - "version": "0.3.1", + "version": "0.3.2", "kind": "module", "api": "^0.1", "ci_frames": 30, @@ -18,7 +18,7 @@ {"id":"lib-core.actor","version":"0.1.0"}, {"id":"lib-core.interaction","version":"0.1.0"}, {"id":"lib-core.command","version":"0.1.0"}, - {"id":"lib-core.composition","version":"0.2.0"}, + {"id":"lib-core.composition","version":"0.3.0"}, {"id":"lib-asset.prototype-fa-starter","version":"0.2.0"} ] }