From 0eff12e4a6e868033f9b64ba75da81db2e8cada5 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 13 Mar 2018 21:39:38 -0700 Subject: [PATCH] Cut 0.9.2 release --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c670953..a27ddb0 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/project.clj b/project.clj index 53223d0..2ce0564 100644 --- a/project.clj +++ b/project.clj @@ -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"}