Cut 0.9.2 release

This commit is contained in:
Michael Blume 2018-03-13 21:39:38 -07:00
parent c27084cf75
commit 0eff12e4a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@honeysql/honeysql",
"version": "0.9.1",
"version": "0.9.2",
"license": "EPL-1.0",
"homepage": "https://github.com/jkk/honeysql",
"repository": {

View file

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