Skip to content

Commit

Permalink
prepare for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Jul 30, 2024
1 parent 19a4d16 commit bb7c11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Please note that you will also need to include at least one of the supported JSO
<dependency>
<groupId>dev.harrel</groupId>
<artifactId>json-schema</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>
</dependency>
```
### Gradle
```groovy
implementation 'dev.harrel:json-schema:1.6.1'
implementation 'dev.harrel:json-schema:1.7.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply from: 'setup/reporting.gradle'
apply from: 'setup/testing.gradle'

group 'dev.harrel'
version '1.6.1'
version '1.7.0'

compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit bb7c11d

Please sign in to comment.