From db5c00ba26d98cc13f1b1bfb2fcaed6bfd9c2a97 Mon Sep 17 00:00:00 2001 From: tkgstrator <29420801+tkgstrator@users.noreply.github.com> Date: Wed, 2 Sep 2026 21:43:54 +0000 Subject: [PATCH] chore: bump version to 0.4.0 for release master sits at 0.3.0 because the dependency update went straight there without passing through develop, so develop's 0.2.4 is behind the released version even though it carries a month more work. 0.4.0 clears both. Minor rather than patch: this release adds investigable places, the deadline window, and the topic-based interrogation. Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3563b17..cb12c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alibai", - "version": "0.2.4", + "version": "0.4.0", "private": true, "type": "module", "scripts": {