bump version

This commit is contained in:
Gered 2014-09-08 13:35:08 -04:00
parent f966e6b26f
commit 7845a3a2a5
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ 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.5"]
[clj-hl7-fhir "0.2.6"]
```
## TODO

View file

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