Skip to content

Commit 1b4c46f

Browse files
authoredMay 16, 2018
Update README.md
1 parent 0992fe1 commit 1b4c46f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ run by yourself.
3838

3939
## Versions
4040

41-
* current stable version: **2.2.6**
41+
* current stable version: **2.2.10**
4242
([ChangeLog](https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_22x),
4343
[Javadoc](http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html), [code
4444
samples](http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
@@ -57,7 +57,7 @@ Gradle:
5757

5858
```groovy
5959
dependencies {
60-
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.8");
60+
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.10");
6161
}
6262
```
6363

@@ -67,7 +67,7 @@ Maven:
6767
<dependency>
6868
<groupId>com.github.java-json-tools</groupId>
6969
<artifactId>json-schema-validator</artifactId>
70-
<version>2.2.8</version>
70+
<version>2.2.10</version>
7171
</dependency>
7272
```
7373

0 commit comments

Comments
 (0)
Please sign in to comment.