Skip to content

Commit 3848811

Browse files
Prepare next version
1 parent 9acfbbd commit 3848811

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
mavenCentral()
4848
}
4949

50-
implementation("io.github.optimumcode:json-schema-validator:0.4.0")
50+
implementation("io.github.optimumcode:json-schema-validator:0.5.0")
5151
```
5252

5353
##### Groovy
@@ -57,11 +57,11 @@ repositories {
5757
mavenCentral()
5858
}
5959
60-
implementation 'io.github.optimumcode:json-schema-validator:0.4.0'
60+
implementation 'io.github.optimumcode:json-schema-validator:0.5.0'
6161
6262
// or with BOM
6363
64-
implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.4.0"))
64+
implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5.0"))
6565
implementation("io.github.optimumcode:json-schema-validator")
6666
```
6767

@@ -95,11 +95,11 @@ repositories {
9595
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
9696
}
9797

98-
implementation("io.github.optimumcode:json-schema-validator:0.5.0-SNAPSHOT")
98+
implementation("io.github.optimumcode:json-schema-validator:0.5.1-SNAPSHOT")
9999

100100
// or with BOM
101101

102-
implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5.0-SNAPSHOT"))
102+
implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5.1-SNAPSHOT"))
103103
implementation("io.github.optimumcode:json-schema-validator")
104104
```
105105

@@ -110,7 +110,7 @@ repositories {
110110
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
111111
}
112112
113-
implementation 'io.github.optimumcode:json-schema-validator:0.5.0-SNAPSHOT'
113+
implementation 'io.github.optimumcode:json-schema-validator:0.5.1-SNAPSHOT'
114114
```
115115

116116
### Example

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2048M
44
org.gradle.java.installations.auto-download=false
55
org.gradle.daemon=false
66

7-
version=0.5.0-SNAPSHOT
7+
version=0.5.1-SNAPSHOT
88
group=io.github.optimumcode
99

1010
# Due to large amount of test cases the output for JS WEB exceeds 1MB limit for TeamCity reader

0 commit comments

Comments
 (0)