We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e54e commit e797b34Copy full SHA for e797b34
README.md
@@ -13,7 +13,7 @@ and HTTP APIs.
13
14
Add the following dependency to your `project.clj`:
15
16
- [ring/ring-defaults "0.3.2"]
+ [ring/ring-defaults "0.3.3"]
17
18
## Basic Usage
19
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-defaults "0.3.2"
+(defproject ring/ring-defaults "0.3.3"
2
:description "Ring middleware that provides sensible defaults"
3
:url "https://github.com/ring-clojure/ring-defaults"
4
:license {:name "The MIT License"
0 commit comments