passage 1.0.1-beta

This commit is contained in:
2026-07-06 15:25:48 +02:00
parent 5c3c58265f
commit f7d9a1b1e0
4 changed files with 5 additions and 5 deletions

View File

@@ -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="1.0.0",
version="1.0.1-beta",
)
logger = logging.getLogger(__name__)

View File

@@ -14,7 +14,7 @@
<groupId>com.loremind</groupId>
<artifactId>loremind-core</artifactId>
<version>1.0.0</version>
<version>1.0.1-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": "1.0.0",
"version": "1.0.1-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "loremind-web",
"version": "1.0.0",
"version": "1.0.1-beta",
"dependencies": {
"@angular/animations": "^21.2.16",
"@angular/cdk": "^21.2.14",

View File

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