diff --git a/README.md b/README.md index faf14b5..6aeb730 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Turn Clojure data structures into SQL. ## Leiningen Coordinate ```clj -[honeysql "0.1.0"] +[honeysql "0.1.1"] ``` ## Usage diff --git a/project.clj b/project.clj index 08dedc3..e1d30db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.1.1-SNAPSHOT" +(defproject honeysql "0.1.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}