diff --git a/project.clj b/project.clj index 00f2721..3174578 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,6 @@ -(defproject honeysql "0.4.3" +(defproject michaelblume/honeysql "0.4.4-SNAPSHOT" :description "SQL as Clojure data structures" + :url http://www.github.com/MichaelBlume/honeysql :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.5.1"]])