We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1417a02 commit 05b78b5Copy full SHA for 05b78b5
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.4"]
+ [ring/ring-headers "0.2.0"]
12
13
## Documentation
14
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-headers "0.1.4"
+(defproject ring/ring-headers "0.2.0"
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