version 0.2
This commit is contained in:
parent
cde298a899
commit
92eeea9630
|
@ -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!
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue