From ebe905acfa4915a62b409f91480db46f01a5462c Mon Sep 17 00:00:00 2001 From: Konstantinos Arvanitakis Date: Fri, 3 Jul 2026 15:09:28 +0300 Subject: [PATCH] Bump composer.json version to 0.0.2 Composer's VCS driver cross-checks the tag against the version field in composer.json and skips tags that disagree, so this must match the v0.0.2 tag for it to resolve. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d6764d..3c26ef6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "boboko/core", "description": "Core module — authentication and shared panel behaviour", "type": "library", - "version": "0.0.1", + "version": "0.0.2", "autoload": { "psr-4": { "Modules\\Core\\": "src/"