File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
## [ 0.1.1] - 2020-02-27
54
54
55
- [ Unreleased ] : https://github.com/saasquatch/json-schema-inferrer/compare/0.2.0...HEAD
55
+ [ Unreleased ] : https://github.com/saasquatch/json-schema-inferrer/compare/0.2.1...HEAD
56
+
57
+ [ 0.2.1 ] : https://github.com/saasquatch/json-schema-inferrer/compare/0.2.0...0.2.1
56
58
57
59
[ 0.2.0 ] : https://github.com/saasquatch/json-schema-inferrer/compare/0.1.5...0.2.0
58
60
Original file line number Diff line number Diff line change @@ -175,14 +175,14 @@ Maven
175
175
<dependency >
176
176
<groupId >com.github.saasquatch</groupId >
177
177
<artifactId >json-schema-inferrer</artifactId >
178
- <version >0.2.0 </version >
178
+ <version >0.2.1 </version >
179
179
</dependency >
180
180
```
181
181
182
182
Gradle
183
183
184
184
``` gradle
185
- implementation 'com.github.saasquatch:json-schema-inferrer:0.2.0 '
185
+ implementation 'com.github.saasquatch:json-schema-inferrer:0.2.1 '
186
186
```
187
187
188
188
### Transitive Dependencies
You can’t perform that action at this time.
0 commit comments