From 730706fca8f342c9c213560d0b8932a18943a780 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Thu, 8 Aug 2013 09:04:19 -0400 Subject: [PATCH] 0.4.2 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6f85b2..07d8a72 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.1"] +[honeysql "0.4.2"] ``` ## Usage diff --git a/project.clj b/project.clj index 94690ab..a071f94 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.4.2-SNAPSHOT" +(defproject honeysql "0.4.2" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}