Skip to content

Commit 78d7bb3

Browse files
Prepare next version
1 parent 569d2d5 commit 78d7bb3

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.2.2")
50+
implementation("io.github.optimumcode:json-schema-validator:0.2.3")
5151
```
5252

5353
##### Groovy
@@ -57,7 +57,7 @@ repositories {
5757
mavenCentral()
5858
}
5959
60-
implementation 'io.github.optimumcode:json-schema-validator:0.2.2'
60+
implementation 'io.github.optimumcode:json-schema-validator:0.2.3'
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.2.3-SNAPSHOT")
93+
implementation("io.github.optimumcode:json-schema-validator:0.2.4-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.2.3-SNAPSHOT'
103+
implementation 'io.github.optimumcode:json-schema-validator:0.2.4-SNAPSHOT'
104104
```
105105

106106
### Example

gradle.properties

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

7-
version=0.2.3-SNAPSHOT
7+
version=0.2.4-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)