bump version

This commit is contained in:
Gered 2017-03-01 13:07:34 -05:00
parent c15e159f0f
commit aa3277bb85
2 changed files with 3 additions and 3 deletions

View file

@ -13,12 +13,12 @@ How you create and/or read the HL7 data and what you do with it is beyond the sc
## Leiningen ## Leiningen
```clojure ```clojure
[clj-hl7-fhir "0.2.9"] [clj-hl7-fhir "0.3.1"]
``` ```
## TODO ## 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 * Remaining API calls
* [validate](http://hl7.org/implement/standards/fhir/http.html#validate) * [validate](http://hl7.org/implement/standards/fhir/http.html#validate)

View file

@ -1,4 +1,4 @@
(defproject clj-hl7-fhir "0.3.0" (defproject clj-hl7-fhir "0.3.1"
:description "HL7 FHIR JSON client" :description "HL7 FHIR JSON client"
:url "https://github.com/gered/clj-hl7-fhir" :url "https://github.com/gered/clj-hl7-fhir"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"