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 5252
5353## [ 0.1.1] - 2020-02-27
5454
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
5658
5759[ 0.2.0 ] : https://github.com/saasquatch/json-schema-inferrer/compare/0.1.5...0.2.0
5860
Original file line number Diff line number Diff line change @@ -175,14 +175,14 @@ Maven
175175<dependency >
176176 <groupId >com.github.saasquatch</groupId >
177177 <artifactId >json-schema-inferrer</artifactId >
178- <version >0.2.0 </version >
178+ <version >0.2.1 </version >
179179</dependency >
180180```
181181
182182Gradle
183183
184184``` gradle
185- implementation 'com.github.saasquatch:json-schema-inferrer:0.2.0 '
185+ implementation 'com.github.saasquatch:json-schema-inferrer:0.2.1 '
186186```
187187
188188### Transitive Dependencies
You can’t perform that action at this time.
0 commit comments