From 225c4e5485d4f554de417272d0eb9ca206595921 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 27 May 2026 14:33:13 -0500 Subject: [PATCH] chore: bump version to v0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4ab060..f0854e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.8.0", + "version": "0.8.1", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"",