Skip to content

Commit 3657fff

Browse files
Prepare next version
1 parent f0e6a4a commit 3657fff

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
@@ -42,7 +42,7 @@ repositories {
4242
mavenCentral()
4343
}
4444

45-
implementation("io.github.optimumcode:json-schema-validator:0.0.9")
45+
implementation("io.github.optimumcode:json-schema-validator:0.0.10")
4646
```
4747

4848
##### Groovy
@@ -52,7 +52,7 @@ repositories {
5252
mavenCentral()
5353
}
5454
55-
implementation 'io.github.optimumcode:json-schema-validator:0.0.9'
55+
implementation 'io.github.optimumcode:json-schema-validator:0.0.10'
5656
```
5757

5858
_Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -85,7 +85,7 @@ repositories {
8585
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
8686
}
8787

88-
implementation("io.github.optimumcode:json-schema-validator:0.0.10-SNAPSHOT")
88+
implementation("io.github.optimumcode:json-schema-validator:0.0.11-SNAPSHOT")
8989
```
9090

9191
##### Groovy
@@ -95,7 +95,7 @@ repositories {
9595
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9696
}
9797
98-
implementation 'io.github.optimumcode:json-schema-validator:0.0.10-SNAPSHOT'
98+
implementation 'io.github.optimumcode:json-schema-validator:0.0.11-SNAPSHOT'
9999
```
100100

101101
### 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.0.10-SNAPSHOT
7+
version=0.0.11-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)