bump version to 2026.03.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 13:42:42 +01:00
parent 28f5b39e45
commit 043900f34f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "abgeordnetenwatch-pwa",
"version": "2026.03.10.2",
"version": "2026.03.11",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -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