diff --git a/brain/app/main.py b/brain/app/main.py
index 6815d73..0a7182d 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.1",
+ version="0.16.0",
)
logger = logging.getLogger(__name__)
diff --git a/core/pom.xml b/core/pom.xml
index 9d4d3f9..d043c12 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@
com.loremind
loremind-core
- 0.15.1
+ 0.16.0
LoreMind Core
Backend Core - Architecture Hexagonale
diff --git a/web/package-lock.json b/web/package-lock.json
index 3f261f6..a0a76db 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "loremind-web",
- "version": "0.15.1",
+ "version": "0.16.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "loremind-web",
- "version": "0.15.1",
+ "version": "0.16.0",
"dependencies": {
"@angular/animations": "^21.2.16",
"@angular/common": "^21.2.16",
diff --git a/web/package.json b/web/package.json
index 6a4a8e5..3ba5f46 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "loremind-web",
- "version": "0.15.1",
+ "version": "0.16.0",
"description": "LoreMind Frontend - Angular",
"scripts": {
"ng": "ng",