We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1f84c commit d54ac6aCopy full SHA for d54ac6a
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.0"}
+ org.duct-framework/handler {:mvn/version "0.1.1"}
14
15
Or to your Leiningen project file:
16
17
- [org.duct-framework/handler "0.1.0"]
+ [org.duct-framework/handler "0.1.1"]
18
19
## Usage
20
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/handler "0.1.0"
+(defproject org.duct-framework/handler "0.1.1"
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