diff --git a/README.md b/README.md index 58ccc75..99998d0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ See the [facts](https://github.com/metosin/schema-tools/blob/master/test/schema_ ## Todo - [ ] Verify performance - [ ] Context-aware Schemas +- [ ] XSD Generation(?) - [ ] Common predicates missing from the schema.core - [ ] Separate package for common finnish predicates, `YTunnus`, `Hetu` etc. diff --git a/project.clj b/project.clj index 2b37b0c..af7370e 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ -(defproject metosin/schema-tools "0.1.0-SNAPSHOT" - :description "Common tools for Prismatic Schema" +(defproject metosin/schema-tools "0.1.0" + :description "Common utilities for Prismatic Schema" :url "https://github.com/metosin/schema-tools" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"