We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcce904 commit 19baf42Copy full SHA for 19baf42
README.md
@@ -7,11 +7,11 @@ manipulating common response headers.
7
8
Add the following dependency to your `deps.edn` file:
9
10
- ring/ring-headers {:mvn/version "0.3.0"}
+ ring/ring-headers {:mvn/version "0.4.0"}
11
12
Or to your Leiningen project file:
13
14
- [ring/ring-headers "0.3.0"]
+ [ring/ring-headers "0.4.0"]
15
16
## Documentation
17
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-headers "0.3.0"
+(defproject ring/ring-headers "0.4.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