Passage en v 0.5.0
Some checks failed
Build & Push Images / build (brain) (push) Successful in 47s
Build & Push Images / build (core) (push) Failing after 1m19s
Build & Push Images / build (web) (push) Successful in 1m23s

This commit is contained in:
2026-04-22 13:33:47 +02:00
parent f189f67aaf
commit e510f64336
3 changed files with 3 additions and 3 deletions

View File

@@ -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.4.0",
version="0.5.0",
)

View File

@@ -14,7 +14,7 @@
<groupId>com.loremind</groupId>
<artifactId>loremind-core</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<name>LoreMind Core</name>
<description>Backend Core - Architecture Hexagonale</description>

View File

@@ -1,6 +1,6 @@
{
"name": "loremind-web",
"version": "0.4.0",
"version": "0.5.0",
"description": "LoreMind Frontend - Angular",
"scripts": {
"ng": "ng",