bump version to 2026.03.10

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 17:31:04 +01:00
parent 378459930a
commit 8240fdd916
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
export const APP_VERSION = "2026.03.03"
export const APP_VERSION = "2026.03.10"
export const AW_API_BASE = "https://www.abgeordnetenwatch.de/api/v2"
export const AW_API_TIMEOUT_MS = 20_000