From da8ef8c8ff39a7261f10f4cec54c9ce49c017a3a Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Wed, 11 Oct 2017 03:11:26 -0500 Subject: [PATCH] Bumped micro version for redeploy to Clojars. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6ea0970..38eb79c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojusc/env-ini "0.4.0" +(defproject clojusc/env-ini "0.4.1" :description "Clojure(script) functions for accessing config data from the ENV or INI files" :url "https://github.com/clojusc/env-ini" :license {