Skip to content

Commit 3c803eb

Browse files
committed
Release 0.3.0
1 parent ff78efa commit 3c803eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ring middleware for adding and manipulating common response headers.
88

99
Add the following dependency to your `project.clj`:
1010

11-
[ring/ring-headers "0.2.0"]
11+
[ring/ring-headers "0.3.0"]
1212

1313
## Documentation
1414

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject ring/ring-headers "0.3.0-beta1"
1+
(defproject ring/ring-headers "0.3.0"
22
:description "Ring middleware for common response headers"
33
:url "https://github.com/ring-clojure/ring-headers"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)