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