chore: bump version to 1.9.0

This commit is contained in:
Pouzor
2026-04-09 14:06:24 +02:00
parent 3d89ba3b6f
commit e0f96001e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
app = FastAPI( app = FastAPI(
title="Homelable API", title="Homelable API",
version="1.8.3", version="1.9.0",
lifespan=lifespan, lifespan=lifespan,
) )
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "frontend", "name": "frontend",
"private": true, "private": true,
"version": "1.8.3", "version": "1.9.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",