Skip to content

Commit a3e606c

Browse files
Prepare next version
1 parent 4bfa737 commit a3e606c

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
@@ -36,7 +36,7 @@ repositories {
3636
mavenCentral()
3737
}
3838

39-
implementation("io.github.optimumcode:json-schema-validator:0.0.7")
39+
implementation("io.github.optimumcode:json-schema-validator:0.0.8")
4040
```
4141

4242
##### Groovy
@@ -46,7 +46,7 @@ repositories {
4646
mavenCentral()
4747
}
4848
49-
implementation 'io.github.optimumcode:json-schema-validator:0.0.7'
49+
implementation 'io.github.optimumcode:json-schema-validator:0.0.8'
5050
```
5151

5252
_Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -79,7 +79,7 @@ repositories {
7979
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
8080
}
8181

82-
implementation("io.github.optimumcode:json-schema-validator:0.0.8-SNAPSHOT")
82+
implementation("io.github.optimumcode:json-schema-validator:0.0.9-SNAPSHOT")
8383
```
8484

8585
##### Groovy
@@ -89,7 +89,7 @@ repositories {
8989
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9090
}
9191
92-
implementation 'io.github.optimumcode:json-schema-validator:0.0.8-SNAPSHOT'
92+
implementation 'io.github.optimumcode:json-schema-validator:0.0.9-SNAPSHOT'
9393
```
9494

9595
### 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.8-SNAPSHOT
7+
version=0.0.9-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)