diff --git a/README.md b/README.md index 86795e3..eba1cb0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Turn Clojure data structures into SQL. ## Leiningen Coordinate ```clj -[honeysql "0.1.1"] +[honeysql "0.2.0"] ``` ## Usage diff --git a/project.clj b/project.clj index 1b9f4a1..4eaf1c2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.1.2-SNAPSHOT" +(defproject honeysql "0.2.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}