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"}