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 3020521 commit f968995Copy full SHA for f968995
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-SNAPSHOT"}
+ org.duct-framework/handler {:mvn/version "0.1.0"}
14
15
Or to your Leiningen project file:
16
17
- [org.duct-framework/handler "0.1.0-SNAPSHOT"]
+ [org.duct-framework/handler "0.1.0"]
18
19
## Usage
20
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/handler "0.1.0-SNAPSHOT"
+(defproject org.duct-framework/handler "0.1.0"
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