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",