passage version v0.11.3-beta

This commit is contained in:
2026-06-08 17:01:05 +02:00
parent 833280c784
commit 4d5670e6a7
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,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.11.2-beta",
version="0.11.3-beta",
)
logger = logging.getLogger(__name__)

View File

@@ -14,7 +14,7 @@
<groupId>com.loremind</groupId>
<artifactId>loremind-core</artifactId>
<version>0.11.2-beta</version>
<version>0.11.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.11.2-beta",
"version": "0.11.3-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "loremind-web",
"version": "0.11.2-beta",
"version": "0.11.3-beta",
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",

View File

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