diff --git a/README.md b/README.md index 9b34d8c..0814269 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ How you create and/or read the HL7 data and what you do with it is beyond the sc ## Leiningen ```clojure -[clj-hl7-fhir "0.2.9"] +[clj-hl7-fhir "0.3.1"] ``` ## TODO -This library is still early along in development, and some important features are missing at the moment: +This library is still missing some important features at the moment: * Remaining API calls * [validate](http://hl7.org/implement/standards/fhir/http.html#validate) diff --git a/project.clj b/project.clj index 9f44a36..e153422 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-hl7-fhir "0.3.0" +(defproject clj-hl7-fhir "0.3.1" :description "HL7 FHIR JSON client" :url "https://github.com/gered/clj-hl7-fhir" :license {:name "Apache License, Version 2.0"