Skip to content

Commit 2a57a29

Browse files
Prepare next version
1 parent 54cfb38 commit 2a57a29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
mavenCentral()
4848
}
4949

50-
implementation("io.github.optimumcode:json-schema-validator:0.3.1")
50+
implementation("io.github.optimumcode:json-schema-validator:0.4.0")
5151
```
5252

5353
##### Groovy
@@ -57,7 +57,7 @@ repositories {
5757
mavenCentral()
5858
}
5959
60-
implementation 'io.github.optimumcode:json-schema-validator:0.3.1'
60+
implementation 'io.github.optimumcode:json-schema-validator:0.4.0'
6161
```
6262

6363
_Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -90,7 +90,7 @@ repositories {
9090
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
9191
}
9292

93-
implementation("io.github.optimumcode:json-schema-validator:0.3.2-SNAPSHOT")
93+
implementation("io.github.optimumcode:json-schema-validator:0.4.1-SNAPSHOT")
9494
```
9595

9696
##### Groovy
@@ -100,7 +100,7 @@ repositories {
100100
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
101101
}
102102
103-
implementation 'io.github.optimumcode:json-schema-validator:0.3.2-SNAPSHOT'
103+
implementation 'io.github.optimumcode:json-schema-validator:0.4.1-SNAPSHOT'
104104
```
105105

106106
### Example

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
44
org.gradle.java.installations.auto-download=false
55
org.gradle.daemon=false
66

7-
version=0.4.0-SNAPSHOT
7+
version=0.4.1-SNAPSHOT
88
group=io.github.optimumcode
99

1010
# Due to large amount of test cases the output for JS WEB exceeds 1MB limit for TeamCity reader

0 commit comments

Comments
 (0)