From 0decc03642f4a3df3c76bce2a8ac7f21cf7780b2 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 18 Aug 2026 03:34:19 -0500 Subject: [PATCH] chore(release): v0.9.4 --- Dockerfile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b8d29e..439c230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ COPY --from=native-deps /app/node_modules ./node_modules # and without it the honest answer to "which version is running?" is "unknown" — # which is what it reported on 2026-08-18, leaving the digest as the only way to # tell one deploy from another. docs/OPERATIONS.md step 3 depends on it. -ARG APP_VERSION=0.9.3 +ARG APP_VERSION=0.9.4 LABEL org.opencontainers.image.version="$APP_VERSION" \ org.opencontainers.image.title="Queue North Website" \ org.opencontainers.image.source="https://dream.scheller.ltd/null/Queue-North-Website" diff --git a/package-lock.json b/package-lock.json index 1c3a43c..07c6844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "queuenorth-website", - "version": "0.7.0", + "version": "0.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "queuenorth-website", - "version": "0.7.0", + "version": "0.9.4", "dependencies": { "@radix-ui/react-dialog": "^1.1.0", "@radix-ui/react-visually-hidden": "^1.2.4", diff --git a/package.json b/package.json index 6e94b1c..5946fa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.9.3", + "version": "0.9.4", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"",