bump version
This commit is contained in:
parent
28d5efd4b5
commit
71bcc7699d
|
@ -13,7 +13,7 @@ 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.2"]
|
[clj-hl7-fhir "0.2.3"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject clj-hl7-fhir "0.2.2"
|
(defproject clj-hl7-fhir "0.2.3"
|
||||||
: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"
|
||||||
|
|
Reference in a new issue