diff --git a/app.json b/app.json index f93e96080..d36cab092 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,7 @@ }, "JHIPSTER_REGISTRY_VERSION": { "description": "Version of the registry to deploy.", - "value": "4.0.6" + "value": "4.1.0" } }, "buildpacks": [ diff --git a/package-lock.json b/package-lock.json index 45285f3b0..96ded626a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jhipster-registry", - "version": "4.0.6", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93c88949f..ac4100ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jhipster-registry", - "version": "4.0.6", + "version": "4.1.0", "description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config", "private": true, "cacheDirectories": [ diff --git a/pom.xml b/pom.xml index d7547f223..5fbd5fd86 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.jhipster.registry jhipster-registry - 4.0.6 + 4.1.0 war JHipster Registry JHipster service registry, made with Netflix Eureka and Spring Cloud Config