Skip to content

Commit 05b78b5

Browse files
committed
Release 0.2.0
1 parent 1417a02 commit 05b78b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ring middleware for adding and manipulating common response headers.
88

99
Add the following dependency to your `project.clj`:
1010

11-
[ring/ring-headers "0.1.4"]
11+
[ring/ring-headers "0.2.0"]
1212

1313
## Documentation
1414

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject ring/ring-headers "0.1.4"
1+
(defproject ring/ring-headers "0.2.0"
22
:description "Ring middleware for common response headers"
33
:url "https://github.com/ring-clojure/ring-headers"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)