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"}