Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huggsboson authored May 16, 2018
1 parent 0992fe1 commit 1b4c46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ run by yourself.

## Versions

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

```groovy
dependencies {
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.8");
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.10");
}
```

Expand All @@ -67,7 +67,7 @@ Maven:
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.8</version>
<version>2.2.10</version>
</dependency>
```

Expand Down

0 comments on commit 1b4c46f

Please sign in to comment.