From ec0519d2b7547bfcac9adfb76a74d55b6a458071 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Fri, 27 Mar 2026 11:26:26 +0100 Subject: [PATCH] chore: bump version to 1.3.1 --- 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 fd73993..5ff2a8c 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -22,7 +22,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]: app = FastAPI( title="Homelable API", - version="1.0.0", + version="1.3.1", lifespan=lifespan, ) diff --git a/frontend/package.json b/frontend/package.json index 0870e50..2530f7c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.0.0", + "version": "1.3.1", "type": "module", "scripts": { "dev": "vite",