From a150dd8dc52574bbc109b58154e7dccbd7a843b5 Mon Sep 17 00:00:00 2001 From: Calic 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 42e6dee..d699b65 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "map-editor", - "version": "0.3.3", + "version": "0.3.4", "kind": "module", "api": "^0.1", "ci_frames": 30, @@ -11,7 +11,7 @@ "deps": [ {"id":"lib-core.maps","version":"0.5.7"}, {"id":"lib-core.render","version":"0.2.0"}, - {"id":"lib-core.composition","version":"0.2.0"}, + {"id":"lib-core.composition","version":"0.3.0"}, {"id":"lib-core.camera","version":"0.3.0"}, {"id":"lib-core.input","version":"0.4.0"}, {"id":"lib-asset.prototype-blob-geom","version":"0.1.0"}