diff --git a/Dockerfile b/Dockerfile index 439c230..8fe8219 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.4 +ARG APP_VERSION=0.9.5 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 07c6844..8bbda4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "queuenorth-website", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "queuenorth-website", - "version": "0.9.4", + "version": "0.9.5", "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 5946fa1..4662133 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.9.4", + "version": "0.9.5", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"",