Skip to content

Commit 4dab392

Browse files
committed
Release 0.1.4
1 parent 2b3ea70 commit 4dab392

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.3"]
11+
[ring/ring-headers "0.1.4"]
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.3"
1+
(defproject ring/ring-headers "0.1.4"
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)