Bump version to 1.0.7

This commit is contained in:
David Bohl
2025-10-06 16:42:43 +00:00
parent 16377c3d81
commit 0802478efe
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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