We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72b6b9 commit bb8e03fCopy full SHA for bb8e03f
2 files changed
README.md
@@ -10,11 +10,11 @@ framework.
10
11
Add the following dependency to your deps.edn file:
12
13
- org.duct-framework/handler {:mvn/version "0.1.3"}
+ org.duct-framework/handler {:mvn/version "0.1.4"}
14
15
Or to your Leiningen project file:
16
17
- [org.duct-framework/handler "0.1.3"]
+ [org.duct-framework/handler "0.1.4"]
18
19
## Usage
20
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/handler "0.1.3"
+(defproject org.duct-framework/handler "0.1.4"
2
:description "Common Ring handlers for the Duct framework"
3
:url "https://github.com/duct-framework/handler"
4
:license {:name "Eclipse Public License"
0 commit comments