We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f5ce2 commit 1673dddCopy full SHA for 1673ddd
README.md
@@ -3,7 +3,7 @@
3
# Clojure JSON Schema Validator & Generator
4
5
```clojure
6
-[luposlip/json-schema "0.3.0"]
+[luposlip/json-schema "0.3.1"]
7
```
8
9
A Clojure library for:
project.clj
@@ -1,4 +1,4 @@
1
-(defproject luposlip/json-schema "0.3.0"
+(defproject luposlip/json-schema "0.3.1"
2
:description "Clojure library for JSON Schema validation and generation - Draft-07 compatible"
:url "https://github.com/luposlip/json-schema"
:license {:name "Apache License, Version 2.0"
0 commit comments