From c85e4abd91afc484f73ba74903553a5def998bf5 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Sun, 21 Jun 2026 22:30:11 +0200 Subject: [PATCH] =?UTF-8?q?chore(12-06):=20bump=20version=200.2.1=20?= =?UTF-8?q?=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/main.py | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index b8afa88..e45f5f6 100644 --- a/backend/main.py +++ b/backend/main.py @@ -244,7 +244,7 @@ async def lifespan(app: FastAPI): # ── Application factory ─────────────────────────────────────────────────────── -app = FastAPI(title="Document Scanner API", version="0.2.1", lifespan=lifespan) +app = FastAPI(title="Document Scanner API", version="0.2.2", lifespan=lifespan) # Rate limiter state (slowapi) app.state.limiter = auth_limiter diff --git a/frontend/package.json b/frontend/package.json index 0287603..41df90d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "document-scanner-frontend", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite",