version 0.1

This commit is contained in:
Gered 2016-06-16 13:34:15 -04:00
parent 4f08c1c2a1
commit 9d045ea523
2 changed files with 6 additions and 3 deletions

View file

@ -2,10 +2,13 @@
Miscellaneous helper functions and macros for Ring and Compojure. Miscellaneous helper functions and macros for Ring and Compojure.
> Please note that this library is mainly intended for my own personal
> use and as such some functionality may be overly opinionated.
## Leiningen ## Leiningen
```clojure ```clojure
[gered/webtools "0.0.1"] [gered/webtools "0.1"]
``` ```
## Usage ## Usage

View file

@ -1,4 +1,4 @@
(defproject gered/webtools "0.0.2" (defproject gered/webtools "0.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"