This commit is contained in:
Justin Kramer 2012-12-24 16:16:02 -05:00
parent 28ca0add97
commit f379e02273
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Why? So that the data can be easily built, examined, and transformed.
## Leiningen Coordinate
```clj
[honeysql "0.2.0"]
[honeysql "0.3.0"]
```
## Usage

View file

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