diff --git a/brain/app/main.py b/brain/app/main.py index af0d422..5a98917 100644 --- a/brain/app/main.py +++ b/brain/app/main.py @@ -40,7 +40,7 @@ from app.infrastructure.onemin_adapter import OneMinAiLLMProvider app = FastAPI( title="LoreMind Brain", description="Backend IA pour la génération de contenu narratif.", - version="0.4.0", + version="0.5.0", ) diff --git a/core/pom.xml b/core/pom.xml index 40122dd..cc09338 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ com.loremind loremind-core - 0.4.0 + 0.5.0 LoreMind Core Backend Core - Architecture Hexagonale diff --git a/web/package.json b/web/package.json index d8d5de9..84ff5d6 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "loremind-web", - "version": "0.4.0", + "version": "0.5.0", "description": "LoreMind Frontend - Angular", "scripts": { "ng": "ng",