cut 0.2.0 release

This commit is contained in:
Justin Kramer 2012-11-01 13:58:16 -04:00
parent d1ca59173e
commit 1258880235
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.1.2-SNAPSHOT" (defproject honeysql "0.2.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"}