Navigation Menu

Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rufoa committed Aug 27, 2014
1 parent 3a60903 commit 14997fc
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 @@ -19,7 +19,7 @@ It implements [RFC 2616 sections 14.1–4](http://www.w3.org/Protocols/rfc2616/r
ring-middleware-accept is available in [Clojars](https://clojars.org/ring-middleware-accept). Add it as a dependency in your Leiningen project's `project.clj`:

```clojure
[ring-middleware-accept "2.0.1"]
[ring-middleware-accept "2.0.2"]
```

or to your Maven project's `pom.xml`:
Expand All @@ -28,7 +28,7 @@ or to your Maven project's `pom.xml`:
<dependency>
<groupId>ring-middleware-accept</groupId>
<artifactId>ring-middleware-accept</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject ring-middleware-accept "2.0.1"
(defproject ring-middleware-accept "2.0.2"
:description "Content negotiation middleware for Ring"
:url "http://github.com/rufoa/ring-middleware-accept"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 14997fc

Please sign in to comment.