From 08a3a689c56e158b0839e8c56c096cb317247d88 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 4 Apr 2026 23:29:20 +0200 Subject: [PATCH] chore: bump version to 1.8.0 --- backend/app/main.py | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index c1a3bc4..c445a99 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -35,7 +35,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]: app = FastAPI( title="Homelable API", - version="1.4.0", + version="1.8.0", lifespan=lifespan, ) diff --git a/frontend/package.json b/frontend/package.json index 4ce313e..2263795 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.7.1", + "version": "1.8.0", "type": "module", "scripts": { "dev": "vite",