From bdfd34a35cfddc6a91f016f45817fae13fda6113 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Wed, 7 Aug 2013 14:34:40 -0400 Subject: [PATCH] 0.4.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a59297b..e6f85b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim ## Leiningen Coordinate ```clj -[honeysql "0.4.0"] +[honeysql "0.4.1"] ``` ## Usage diff --git a/project.clj b/project.clj index 7595272..23d1431 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.0-SNAPSHOT" +(defproject honeysql "0.4.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}