Skip to content

Commit 9a8a168

Browse files
committed
prepare for 1.8.0
1 parent 9a03ccb commit 9a8a168

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
@@ -35,12 +35,12 @@ Please note that you will also need to include at least one of the supported JSO
3535
<dependency>
3636
<groupId>dev.harrel</groupId>
3737
<artifactId>json-schema</artifactId>
38-
<version>1.7.3</version>
38+
<version>1.8.0</version>
3939
</dependency>
4040
```
4141
### Gradle
4242
```groovy
43-
implementation 'dev.harrel:json-schema:1.7.3'
43+
implementation 'dev.harrel:json-schema:1.8.0'
4444
```
4545

4646
## Usage

build.gradle

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

1515
group 'dev.harrel'
16-
version '1.7.3'
16+
version '1.8.0'
1717

1818
compileJava {
1919
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)