diff --git a/README.md b/README.md index 9f14e82..049ff02 100644 --- a/README.md +++ b/README.md @@ -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.1"] +[clj-hl7-fhir "0.2"] ``` ## TODO diff --git a/project.clj b/project.clj index d282b7c..08f70e9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-hl7-fhir "0.1.0-SNAPSHOT" +(defproject clj-hl7-fhir "0.2" :description "HL7 FHIR JSON client" :url "https://github.com/gered/clj-hl7-fhir" :license {:name "Apache License, Version 2.0"