diff --git a/README.md b/README.md index 4ddeddd..cb09a1d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # webtools -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 ```clojure -[gered/webtools "0.0.1"] +[gered/webtools "0.1"] ``` ## Usage diff --git a/project.clj b/project.clj index 7229c49..747cab1 100644 --- a/project.clj +++ b/project.clj @@ -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." :url "https://github.com/gered/webtools" :license {:name "MIT License"