diff --git a/README.md b/README.md index 818928c..b3443d0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Turn Clojure data structures into SQL. **Work in progress** +## Leiningen Coordinate + +``` +[honeysql "0.1.0"] +``` + ## Usage ```clj diff --git a/project.clj b/project.clj index 5f98386..668f4fd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.1.0-SNAPSHOT" +(defproject honeysql "0.1.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}