From aaeb8d36508a2b6e270ef9aeb18eba3bd415ee5d Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 24 May 2026 00:51:12 +0200 Subject: [PATCH] Bump lib-core.maps-test to v0.4.0 and pin maps dep to 0.4.0 Test-lib follows the lib it exercises; the new asserts in init.lua exercise the v0.4.0 write APIs that did not exist in 0.3.0. --- manifest.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.lib b/manifest.lib index 659b376..5f9c743 100644 --- a/manifest.lib +++ b/manifest.lib @@ -1,9 +1,9 @@ { "id": "lib-core.maps-test", "role": "test", - "version": "0.3.0", + "version": "0.4.0", "api_min": "0.1", "deps": [ - {"id": "lib-core.maps", "version": "0.3.0"} + {"id": "lib-core.maps", "version": "0.4.0"} ] }