From 9dd10e6cc763fbfc4c30c0ffb8a02dbc965a4fc4 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 19 Jun 2016 14:59:46 -0400 Subject: [PATCH] version 0.1.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb09a1d..285a240 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Miscellaneous helper functions and macros for Ring and Compojure. ## Leiningen ```clojure -[gered/webtools "0.1"] +[gered/webtools "0.1.1"] ``` ## Usage diff --git a/project.clj b/project.clj index 747cab1..ac40860 100644 --- a/project.clj +++ b/project.clj @@ -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." :url "https://github.com/gered/webtools" :license {:name "MIT License"