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 d543acc commit e3471ccCopy full SHA for e3471cc
README.md
@@ -102,7 +102,7 @@ Add the dependency:
102
<dependency>
103
<groupId>com.github.saasquatch</groupId>
104
<artifactId>json-schema-inferrer</artifactId>
105
- <version>0.0.4</version>
+ <version>0.0.5</version>
106
</dependency>
107
```
108
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.saasquatch</groupId>
6
7
- <version>0.0.4-SNAPSHOT</version>
+ <version>0.0.5-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>json-schema-inferrer</name>
0 commit comments