From 92eeea96303903b6e29c2218b6338f491c417231 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 27 Jun 2016 18:39:58 -0400 Subject: [PATCH] version 0.2 --- README.md | 2 +- project.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 758745d..9db7f79 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ views are included within the same system. ## Leiningen ```clj -[gered/views.honeysql "0.2-SNAPSHOT"] +[gered/views.honeysql "0.2"] ``` ### This is a fork! diff --git a/project.clj b/project.clj index de4d56d..21eb6cf 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,11 @@ -(defproject gered/views.honeysql "0.2-SNAPSHOT" +(defproject gered/views.honeysql "0.2" :description "HoneySQL view implementation for views" :url "https://github.com/gered/views.honeysql" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} - :dependencies [[gered/views "1.5-SNAPSHOT"] + :dependencies [[gered/views "1.5"] [org.clojure/tools.logging "0.3.1"]] :profiles {:provided