Skip to content

Commit 10c21d1

Browse files
committed
Release version bump
1 parent 3847b01 commit 10c21d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

182182
Gradle
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

0 commit comments

Comments
 (0)