version 0.2

This commit is contained in:
Gered 2016-06-27 18:39:58 -04:00
parent cde298a899
commit 92eeea9630
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ views are included within the same system.
## Leiningen ## Leiningen
```clj ```clj
[gered/views.honeysql "0.2-SNAPSHOT"] [gered/views.honeysql "0.2"]
``` ```
### This is a fork! ### This is a fork!

View file

@ -1,11 +1,11 @@
(defproject gered/views.honeysql "0.2-SNAPSHOT" (defproject gered/views.honeysql "0.2"
:description "HoneySQL view implementation for views" :description "HoneySQL view implementation for views"
:url "https://github.com/gered/views.honeysql" :url "https://github.com/gered/views.honeysql"
:license {:name "MIT License" :license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"} :url "http://opensource.org/licenses/MIT"}
:dependencies [[gered/views "1.5-SNAPSHOT"] :dependencies [[gered/views "1.5"]
[org.clojure/tools.logging "0.3.1"]] [org.clojure/tools.logging "0.3.1"]]
:profiles {:provided :profiles {:provided