From e3c8232e3864b13bd6ec51c8715e38ddc6c486bc Mon Sep 17 00:00:00 2001 From: "IETM_FIXE\\ietm6" Date: Thu, 23 Apr 2026 14:36:09 +0200 Subject: [PATCH] Version 0.6.1 --- brain/app/main.py | 2 +- core/pom.xml | 2 +- web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brain/app/main.py b/brain/app/main.py index 832a355..0655161 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.6.0", + version="0.6.1", ) diff --git a/core/pom.xml b/core/pom.xml index b8cf066..8f575e4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ com.loremind loremind-core - 0.6.0 + 0.6.1 LoreMind Core Backend Core - Architecture Hexagonale diff --git a/web/package.json b/web/package.json index 792ef98..e5572f6 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "loremind-web", - "version": "0.6.0", + "version": "0.6.1", "description": "LoreMind Frontend - Angular", "scripts": { "ng": "ng",