0.3.0
This commit is contained in:
parent
28ca0add97
commit
f379e02273
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ Why? So that the data can be easily built, examined, and transformed.
|
||||||
## Leiningen Coordinate
|
## Leiningen Coordinate
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
[honeysql "0.2.0"]
|
[honeysql "0.3.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.3.0-SNAPSHOT"
|
(defproject honeysql "0.3.0"
|
||||||
:description "SQL as Clojure data structures"
|
:description "SQL as Clojure data structures"
|
||||||
: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"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue