diff --git a/build.clj b/build.clj index d781a2b..7458228 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'io.github.sernamar/dinero) -(def version "0.1.1") +(def version "0.1.2") (def target-dir "target/") (def class-dir (str target-dir "classes/")) diff --git a/pom.xml b/pom.xml index fcc4cd7..310310c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.sernamar dinero - 0.1.1 + 0.1.2 io.github.sernamar/dinero A Clojure library for working with money https://github.com/sernamar/dinero