From 0b7da4d2375b17322957b87eca9e6faa529a4369 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 12 May 2026 02:15:36 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20to=20v0.3.0=20=E2=80=94=20Phase?= =?UTF-8?q?=203=20Visual=20Overhaul=20baseline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e65048..62814c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.2.2", + "version": "0.3.0", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"",