From 6cc0fa4e9eb9b952d8d701a12192f21743c8d5d9 Mon Sep 17 00:00:00 2001 From: Gaylord Mazelier Date: Mon, 1 Oct 2012 22:21:34 +0200 Subject: [PATCH] Update version number to 0.1.1. --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a643293..98ddbe3 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Augments `:params` with an entry identified by the key `:accept` and the detecte With Leiningen: - [ring-accept-param "0.1.0"] + [ring-accept-param "0.1.1"] With Maven: ring-accept-param ring-accept-param - 0.1.0 + 0.1.1 ### Configuration diff --git a/project.clj b/project.clj index c3ad834..b0d909e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-accept-param "0.1.1-SNAPSHOT" +(defproject ring-accept-param "0.1.1" :description "Ring middleware that augments :params according to the specified Accept request-header field." :url "https://github.com/gmazelier/ring-accept-param" :dependencies [[org.clojure/clojure "1.3.0"]])