release 0.1.1

This commit is contained in:
Justin Kramer 2012-08-24 23:09:50 -04:00
parent b717070bbc
commit d489005fcd
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Turn Clojure data structures into SQL.
## Leiningen Coordinate
```clj
[honeysql "0.1.0"]
[honeysql "0.1.1"]
```
## Usage

View file

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