0.4.1
This commit is contained in:
parent
cff7abad1f
commit
bdfd34a35c
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim
|
|||
## Leiningen Coordinate
|
||||
|
||||
```clj
|
||||
[honeysql "0.4.0"]
|
||||
[honeysql "0.4.1"]
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject honeysql "0.5.0-SNAPSHOT"
|
||||
(defproject honeysql "0.4.1"
|
||||
:description "SQL as Clojure data structures"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue