diff --git a/core/pom.xml b/core/pom.xml index 1bac5fb..89ae07f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ com.loremind loremind-core - 0.6.14 + 0.7.0 LoreMind Core Backend Core - Architecture Hexagonale diff --git a/installers/install.ps1 b/installers/install.ps1 index 945f0e7..f5ee86e 100644 --- a/installers/install.ps1 +++ b/installers/install.ps1 @@ -40,7 +40,7 @@ Auteur : ietm64 Licence : AGPL-3.0 Projet : LoreMindMJ - assistant pour Maitres de Jeu de JDR - Version : 0.6.14 + Version : 0.7.0 .LINK https://github.com/IGMLcreation/LoreMind diff --git a/web/package-lock.json b/web/package-lock.json index c062916..c42a612 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "loremind-web", - "version": "0.6.14", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "loremind-web", - "version": "0.6.14", + "version": "0.7.0", "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", diff --git a/web/package.json b/web/package.json index 6573519..35f7313 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "loremind-web", - "version": "0.6.14", + "version": "0.7.0", "description": "LoreMind Frontend - Angular", "scripts": { "ng": "ng",