We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff78efa commit 3c803ebCopy full SHA for 3c803eb
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.2.0"]
+ [ring/ring-headers "0.3.0"]
12
13
## Documentation
14
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-headers "0.3.0-beta1"
+(defproject ring/ring-headers "0.3.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