Skip to content

Commit 12df0b0

Browse files
committed
Increment minor version because of kotlin update to new major release
1 parent 02a0f33 commit 12df0b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0-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.2.0-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.2.0-SNAPSHOT
88
group=io.github.optimumcode

0 commit comments

Comments
 (0)