From 9d045ea5232bcbb01306a63718b77adacf6ad43a Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 16 Jun 2016 13:34:15 -0400 Subject: [PATCH] version 0.1 --- README.md | 7 +++++-- project.clj | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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"