Skip to content

Commit e144024

Browse files
Prepare next version
1 parent d5b82fa commit e144024

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
@@ -45,7 +45,7 @@ repositories {
4545
mavenCentral()
4646
}
4747

48-
implementation("io.github.optimumcode:json-schema-validator:0.1.0")
48+
implementation("io.github.optimumcode:json-schema-validator:0.1.1")
4949
```
5050

5151
##### Groovy
@@ -55,7 +55,7 @@ repositories {
5555
mavenCentral()
5656
}
5757
58-
implementation 'io.github.optimumcode:json-schema-validator:0.1.0'
58+
implementation 'io.github.optimumcode:json-schema-validator:0.1.1'
5959
```
6060

6161
_Release are published to Sonatype repository. The synchronization with Maven Central takes time._
@@ -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.1.1-SNAPSHOT")
91+
implementation("io.github.optimumcode:json-schema-validator:0.1.2-SNAPSHOT")
9292
```
9393

9494
##### Groovy
@@ -98,7 +98,7 @@ repositories {
9898
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
9999
}
100100
101-
implementation 'io.github.optimumcode:json-schema-validator:0.1.1-SNAPSHOT'
101+
implementation 'io.github.optimumcode:json-schema-validator:0.1.2-SNAPSHOT'
102102
```
103103

104104
### 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.1.1-SNAPSHOT
7+
version=0.1.2-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)