From 705cae199e6be769902878a4c8579fcbecf1a069 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 21 May 2026 16:14:01 +0200 Subject: [PATCH] Bump to 0.2.0 to track lib-core.maps 0.2.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.lib b/manifest.lib index 74816ff..89e7146 100644 --- a/manifest.lib +++ b/manifest.lib @@ -1,9 +1,9 @@ { "id": "lib-core.maps-test", "role": "test", - "version": "0.1.0", + "version": "0.2.0", "api_min": "0.1", "deps": [ - {"id": "lib-core.maps", "version": "0.1.2"} + {"id": "lib-core.maps", "version": "0.2.0"} ] }