diff --git a/brain/app/main.py b/brain/app/main.py
index 42af9b3..2889fa3 100644
--- a/brain/app/main.py
+++ b/brain/app/main.py
@@ -37,7 +37,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.2.0",
+ version="0.3.0",
)
diff --git a/core/pom.xml b/core/pom.xml
index 45cfda9..cf8a600 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@
com.loremind
loremind-core
- 0.2.0
+ 0.3.0
LoreMind Core
Backend Core - Architecture Hexagonale
diff --git a/web/package.json b/web/package.json
index 710c10c..69686a8 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "loremind-web",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "LoreMind Frontend - Angular",
"scripts": {
"ng": "ng",
diff --git a/web/src/app/sidebar/sidebar.component.html b/web/src/app/sidebar/sidebar.component.html
index 957b257..7e9ce70 100644
--- a/web/src/app/sidebar/sidebar.component.html
+++ b/web/src/app/sidebar/sidebar.component.html
@@ -60,7 +60,7 @@