Skip to content

Commit b167891

Browse files
committed
prepare for 1.6.0
1 parent 8a5e413 commit b167891

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
@@ -29,12 +29,12 @@ Please note that you will also need to include at least one of the supported JSO
2929
<dependency>
3030
<groupId>dev.harrel</groupId>
3131
<artifactId>json-schema</artifactId>
32-
<version>1.5.2</version>
32+
<version>1.6.0</version>
3333
</dependency>
3434
```
3535
### Gradle
3636
```groovy
37-
implementation 'dev.harrel:json-schema:1.5.2'
37+
implementation 'dev.harrel:json-schema:1.6.0'
3838
```
3939

4040
## 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.5.2'
14+
version '1.6.0'
1515

1616
compileJava {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)