Skip to content

Commit 5a5414e

Browse files
committed
prepare for 1.6.1
1 parent 69ae8d1 commit 5a5414e

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.6.0</version>
32+
<version>1.6.1</version>
3333
</dependency>
3434
```
3535
### Gradle
3636
```groovy
37-
implementation 'dev.harrel:json-schema:1.6.0'
37+
implementation 'dev.harrel:json-schema:1.6.1'
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.6.0'
14+
version '1.6.1'
1515

1616
compileJava {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)