chore: bump version to 1.8.3

This commit is contained in:
Pouzor
2026-04-07 01:02:40 +02:00
parent 05c98355a6
commit 8bd1c48976
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(
title="Homelable API",
version="1.8.2",
version="1.8.3",
lifespan=lifespan,
)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.8.2",
"version": "1.8.3",
"type": "module",
"scripts": {
"dev": "vite",