Skip to content

Commit

Permalink
prepare for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Nov 5, 2023
1 parent 805e1fb commit f4214bb
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 @@ -24,12 +24,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.3.4</version>
<version>1.4.0</version>
</dependency>
```
### Gradle
```groovy
implementation 'dev.harrel:json-schema:1.3.4'
implementation 'dev.harrel:json-schema:1.4.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.3.4'
version '1.4.0'

compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit f4214bb

Please sign in to comment.