This commit is contained in:
Justin Kramer 2013-08-08 09:04:19 -04:00
parent 03fe1650ee
commit 730706fca8
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim
## Leiningen Coordinate
```clj
[honeysql "0.4.1"]
[honeysql "0.4.2"]
```
## Usage

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.4.2-SNAPSHOT"
(defproject honeysql "0.4.2"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}