change version/add url
This commit is contained in:
parent
0c3f3d0403
commit
31fe02f497
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
(defproject honeysql "0.4.3"
|
(defproject michaelblume/honeysql "0.4.4-SNAPSHOT"
|
||||||
:description "SQL as Clojure data structures"
|
:description "SQL as Clojure data structures"
|
||||||
|
:url http://www.github.com/MichaelBlume/honeysql
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.5.1"]])
|
:dependencies [[org.clojure/clojure "1.5.1"]])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue