From 1722ce02e248da5be2db1fa0e5ac0e5d5ae51570 Mon Sep 17 00:00:00 2001 From: Dave Della Costa Date: Thu, 21 May 2015 16:39:37 +0900 Subject: [PATCH] bump to 0.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 78927a7..30806b5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject views/honeysql "0.1.1-SNAPSHOT" +(defproject views/honeysql "0.1.1" :description "HoneySQL view implementation for views" :url "https://github.com/kirasystems/views-honeysql" :license {:name "MIT License"