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