bump version
This commit is contained in:
parent
c15e159f0f
commit
aa3277bb85
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue