Skip to content

Commit f4214bb

Browse files
committed
prepare for 1.4.0
1 parent 805e1fb commit f4214bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Please note that you will also need to include at least one of the supported JSO
2424
<dependency>
2525
<groupId>dev.harrel</groupId>
2626
<artifactId>json-schema</artifactId>
27-
<version>1.3.4</version>
27+
<version>1.4.0</version>
2828
</dependency>
2929
```
3030
### Gradle
3131
```groovy
32-
implementation 'dev.harrel:json-schema:1.3.4'
32+
implementation 'dev.harrel:json-schema:1.4.0'
3333
```
3434

3535
## Usage

build.gradle

+1-1
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.3.4'
14+
version '1.4.0'
1515

1616
compileJava {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)