Increased Versions

This commit is contained in:
DerDavidBohl
2025-06-25 16:00:14 +02:00
parent 72a5a567f5
commit 34c8a9a75c
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ POST http://localhost:8080/api/v1/deployments/test2/stop
###
POST http://localhost:8080/api/v1/deployments/all/start?force=true
POST http://localhost:8080/api/v1/deployments/all/start
###

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>org.davidbohl</groupId>
<artifactId>dirigent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
<name>dirigent</name>
<description>Helper for Docker Composes</description>
<url/>

View File

@@ -1,12 +1,12 @@
{
"name": "dirigent-frontend",
"version": "0.0.0",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dirigent-frontend",
"version": "0.0.0",
"version": "0.5.0",
"dependencies": {
"@angular/cdk": "^19.2.18",
"@angular/common": "^19.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "dirigent-frontend",
"version": "0.0.0",
"version": "0.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",