diff --git a/deploy/helm/mock-fleet/Chart.yaml b/deploy/helm/mock-fleet/Chart.yaml index 3b9919a..3f4e981 100644 --- a/deploy/helm/mock-fleet/Chart.yaml +++ b/deploy/helm/mock-fleet/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mock-fleet description: Deploy mock-fleet proxy, API, and dashboard for routing requests to per-mock WireMock pods in Kubernetes type: application -version: 1.5.0 -appVersion: "1.5.0" +version: 1.5.1 +appVersion: "1.5.1" home: https://github.com/letsrokk/mock-fleet sources: - https://github.com/letsrokk/mock-fleet diff --git a/fleet-api/pom.xml b/fleet-api/pom.xml index d2a21d2..1081130 100644 --- a/fleet-api/pom.xml +++ b/fleet-api/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.letsrokk mock-fleet-api - 1.5.0 + 1.5.1 diff --git a/fleet-api/src/main/java/com/github/letsrokk/FleetApplication.java b/fleet-api/src/main/java/com/github/letsrokk/FleetApplication.java index 6e6ef83..c81f544 100644 --- a/fleet-api/src/main/java/com/github/letsrokk/FleetApplication.java +++ b/fleet-api/src/main/java/com/github/letsrokk/FleetApplication.java @@ -4,6 +4,6 @@ import org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition; import org.eclipse.microprofile.openapi.annotations.info.Info; -@OpenAPIDefinition(info = @Info(title = "Mock Fleet API", version = "1.5.0")) +@OpenAPIDefinition(info = @Info(title = "Mock Fleet API", version = "1.5.1")) public class FleetApplication extends Application { } diff --git a/fleet-dash/package-lock.json b/fleet-dash/package-lock.json index a329e3f..f5af14f 100644 --- a/fleet-dash/package-lock.json +++ b/fleet-dash/package-lock.json @@ -1,12 +1,12 @@ { "name": "mock-fleet-dash", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mock-fleet-dash", - "version": "1.5.0", + "version": "1.5.1", "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" diff --git a/fleet-dash/package.json b/fleet-dash/package.json index 6e27e6a..3eef4f3 100644 --- a/fleet-dash/package.json +++ b/fleet-dash/package.json @@ -1,7 +1,7 @@ { "name": "mock-fleet-dash", "private": true, - "version": "1.5.0", + "version": "1.5.1", "type": "module", "scripts": { "dev": "vite", diff --git a/fleet-proxy/pom.xml b/fleet-proxy/pom.xml index 8704453..6f461e0 100644 --- a/fleet-proxy/pom.xml +++ b/fleet-proxy/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.letsrokk mock-fleet-proxy - 1.5.0 + 1.5.1