We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3ea70 commit 4dab392Copy full SHA for 4dab392
2 files changed
README.md
@@ -8,7 +8,7 @@ Ring middleware for adding and manipulating common response headers.
8
9
Add the following dependency to your `project.clj`:
10
11
- [ring/ring-headers "0.1.3"]
+ [ring/ring-headers "0.1.4"]
12
13
## Documentation
14
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-headers "0.1.3"
+(defproject ring/ring-headers "0.1.4"
2
:description "Ring middleware for common response headers"
3
:url "https://github.com/ring-clojure/ring-headers"
4
:license {:name "The MIT License"
0 commit comments