Skip to content

Commit 9feb4f4

Browse files
Prepare next version
1 parent 8f277d1 commit 9feb4f4

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

38-
implementation("io.github.optimumcode:json-schema-validator:0.0.5")
38+
implementation("io.github.optimumcode:json-schema-validator:0.0.6")
3939
```
4040

4141
##### Groovy
@@ -45,7 +45,7 @@ repositories {
4545
mavenCentral()
4646
}
4747
48-
implementation 'io.github.optimumcode:json-schema-validator:0.0.5'
48+
implementation 'io.github.optimumcode:json-schema-validator:0.0.6'
4949
```
5050

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

81-
implementation("io.github.optimumcode:json-schema-validator:0.0.6-SNAPSHOT")
81+
implementation("io.github.optimumcode:json-schema-validator:0.0.7-SNAPSHOT")
8282
```
8383

8484
##### Groovy
@@ -88,7 +88,7 @@ repositories {
8888
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
8989
}
9090
91-
implementation 'io.github.optimumcode:json-schema-validator:0.0.6-SNAPSHOT'
91+
implementation 'io.github.optimumcode:json-schema-validator:0.0.7-SNAPSHOT'
9292
```
9393

9494
### 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.6-SNAPSHOT
7+
version=0.0.7-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)