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