version 0.1.1
This commit is contained in:
parent
4ef6cdeb9c
commit
9dd10e6cc7
|
@ -8,7 +8,7 @@ Miscellaneous helper functions and macros for Ring and Compojure.
|
||||||
## Leiningen
|
## Leiningen
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[gered/webtools "0.1"]
|
[gered/webtools "0.1.1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject gered/webtools "0.1"
|
(defproject gered/webtools "0.1.1"
|
||||||
:description "Miscellaneous helper functions and macros for Ring and Compojure."
|
:description "Miscellaneous helper functions and macros for Ring and Compojure."
|
||||||
:url "https://github.com/gered/webtools"
|
:url "https://github.com/gered/webtools"
|
||||||
:license {:name "MIT License"
|
:license {:name "MIT License"
|
||||||
|
|
Reference in a new issue