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 08c8b88 commit ba78bf8Copy full SHA for ba78bf8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jhipster-registry",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
5
"private": true,
6
"cacheDirectories": [
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.github.jhipster.registry</groupId>
13
<artifactId>jhipster-registry</artifactId>
14
- <version>3.0.0</version>
+ <version>3.0.1</version>
15
<packaging>war</packaging>
16
<name>JHipster Registry</name>
17
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>
0 commit comments