Skip to content

Commit

Permalink
Update version number to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazelier committed Oct 1, 2012
1 parent 6adcd6d commit 6cc0fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:

<dependency>
<groupId>ring-accept-param</groupId>
<artifactId>ring-accept-param</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion 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"]])

0 comments on commit 6cc0fa4

Please sign in to comment.