We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e29bc commit 7281d2eCopy full SHA for 7281d2e
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jhipster-registry",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
5
"private": true,
6
"cacheDirectories": [
pom.xml
@@ -5,7 +5,7 @@
<groupId>io.github.jhipster.registry</groupId>
7
<artifactId>jhipster-registry</artifactId>
8
- <version>5.0.0</version>
+ <version>5.0.1</version>
9
<packaging>jar</packaging>
10
<name>JHipster Registry</name>
11
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>
0 commit comments