Skip to content

Commit 21b3554

Browse files
committed
prepare for 1.7.1
1 parent bea8f21 commit 21b3554

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Please note that you will also need to include at least one of the supported JSO
3030
<dependency>
3131
<groupId>dev.harrel</groupId>
3232
<artifactId>json-schema</artifactId>
33-
<version>1.7.0</version>
33+
<version>1.7.1</version>
3434
</dependency>
3535
```
3636
### Gradle
3737
```groovy
38-
implementation 'dev.harrel:json-schema:1.7.0'
38+
implementation 'dev.harrel:json-schema:1.7.1'
3939
```
4040

4141
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply from: 'setup/reporting.gradle'
1111
apply from: 'setup/testing.gradle'
1212

1313
group 'dev.harrel'
14-
version '1.7.0'
14+
version '1.7.1'
1515

1616
compileJava {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)