diff --git a/Dockerfile b/Dockerfile index eaece55..3a61a25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,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.6 +ARG APP_VERSION=0.9.7 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 2693685..d13aae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "queuenorth-website", - "version": "0.9.6", + "version": "0.9.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "queuenorth-website", - "version": "0.9.6", + "version": "0.9.7", "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 9b96b86..c7c8ad5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.9.6", + "version": "0.9.7", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"",