diff --git a/brain/app/main.py b/brain/app/main.py
index 9b76aa6..6815d73 100644
--- a/brain/app/main.py
+++ b/brain/app/main.py
@@ -26,7 +26,7 @@ from app.infrastructure.ollama_model_installer import ensure_ollama_embedding_mo
app = FastAPI(
title="LoreMind Brain",
description="Backend IA pour la génération de contenu narratif.",
- version="0.15.0",
+ version="0.15.1",
)
logger = logging.getLogger(__name__)
diff --git a/core/pom.xml b/core/pom.xml
index db5809c..9d4d3f9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@
com.loremind
loremind-core
- 0.15.0
+ 0.15.1
LoreMind Core
Backend Core - Architecture Hexagonale
diff --git a/web/package-lock.json b/web/package-lock.json
index faa5f14..3f261f6 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "loremind-web",
- "version": "0.15.0",
+ "version": "0.15.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "loremind-web",
- "version": "0.15.0",
+ "version": "0.15.1",
"dependencies": {
"@angular/animations": "^21.2.16",
"@angular/common": "^21.2.16",
diff --git a/web/package.json b/web/package.json
index f660d95..6a4a8e5 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "loremind-web",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "LoreMind Frontend - Angular",
"scripts": {
"ng": "ng",