From f379e02273f7727d4d36daa23cf869e6bfb72ef2 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Mon, 24 Dec 2012 16:16:02 -0500 Subject: [PATCH] 0.3.0 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d3fae8..118013b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Why? So that the data can be easily built, examined, and transformed. ## Leiningen Coordinate ```clj -[honeysql "0.2.0"] +[honeysql "0.3.0"] ``` ## Usage diff --git a/project.clj b/project.clj index f8e536f..118d6ee 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.3.0-SNAPSHOT" +(defproject honeysql "0.3.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}