From a366acfedc00e73cfa833d9da1d5aca9721a748c Mon Sep 17 00:00:00 2001 From: Zimeng Xiong Date: Sat, 7 Feb 2026 11:08:03 -0800 Subject: [PATCH] chore: pre-release v0.4.3-dev --- VERSION | 2 +- backend/package.json | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 2b7c5ae..17b2ccd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.4.3 diff --git a/backend/package.json b/backend/package.json index d6fcaf1..13df170 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index 2e9a6e5..92e2756 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.4.2", + "version": "0.4.3", "type": "module", "scripts": { "dev": "vite --port 6767",