Skip to content

Commit

Permalink
prepare for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Feb 29, 2024
1 parent 42a3aae commit 9aaf435
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 @@ -29,12 +29,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.5.1</version>
<version>1.5.2</version>
</dependency>
```
### Gradle
```groovy
implementation 'dev.harrel:json-schema:1.5.1'
implementation 'dev.harrel:json-schema:1.5.2'
```

## 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.5.1'
version '1.5.2'

compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 9aaf435

Please sign in to comment.