Bump version to 1.0.13

This commit is contained in:
David Bohl
2025-10-06 17:25:34 +00:00
parent a5a0cd421d
commit 652af8f228
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.11</version>
<version>1.0.13</version>
<name>dirigent</name>
<description>Helper for Docker Composes</description>
<url/>

View File

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

View File

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