From 043900f34f493633a7dcde126fc0b1558551731e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Wed, 11 Mar 2026 13:42:42 +0100 Subject: [PATCH] bump version to 2026.03.11 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- src/client/shared/lib/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33e7cc7..080109f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abgeordnetenwatch-pwa", - "version": "2026.03.10.2", + "version": "2026.03.11", "type": "module", "scripts": { "dev": "vite", diff --git a/src/client/shared/lib/constants.ts b/src/client/shared/lib/constants.ts index f1615a4..5c0df01 100644 --- a/src/client/shared/lib/constants.ts +++ b/src/client/shared/lib/constants.ts @@ -1,4 +1,4 @@ -export const APP_VERSION = "2026.03.10.2" +export const APP_VERSION = "2026.03.11" export const AW_API_BASE = "https://www.abgeordnetenwatch.de/api/v2" export const AW_API_TIMEOUT_MS = 20_000