passage 0.10.4

This commit is contained in:
2026-06-05 16:54:41 +02:00
parent da5b602f20
commit 45e1b52d52
4 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ from app.infrastructure.pdf_extractor import PyMuPdfTextExtractor
app = FastAPI(
title="LoreMind Brain",
description="Backend IA pour la génération de contenu narratif.",
version="0.10.2-beta",
version="0.10.3-beta",
)

View File

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

4
web/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "loremind-web",
"version": "0.10.2-beta",
"version": "0.10.3-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "loremind-web",
"version": "0.10.2-beta",
"version": "0.10.3-beta",
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "loremind-web",
"version": "0.10.2-beta",
"version": "0.10.3-beta",
"description": "LoreMind Frontend - Angular",
"scripts": {
"ng": "ng",