From 81db5968f14da65ac55568b02fa8922bf1ac2ca5 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 4 Sep 2014 15:28:05 -0400 Subject: [PATCH] bump version --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c30f121..d8ccfb4 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.2.4"] +[clj-hl7-fhir "0.2.5"] ``` ## TODO diff --git a/project.clj b/project.clj index e55e20f..1493e3e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-hl7-fhir "0.2.4" +(defproject clj-hl7-fhir "0.2.5" :description "HL7 FHIR JSON client" :url "https://github.com/gered/clj-hl7-fhir" :license {:name "Apache License, Version 2.0"