chore(12-06): bump version 0.2.1 → 0.2.2

This commit is contained in:
curo1305
2026-06-21 22:30:11 +02:00
parent 057b4999fd
commit c85e4abd91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "document-scanner-frontend",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",