Skip to content

Commit f968995

Browse files
committed
Release 0.1.0
1 parent 3020521 commit f968995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ framework.
1010

1111
Add the following dependency to your deps.edn file:
1212

13-
org.duct-framework/handler {:mvn/version "0.1.0-SNAPSHOT"}
13+
org.duct-framework/handler {:mvn/version "0.1.0"}
1414

1515
Or to your Leiningen project file:
1616

17-
[org.duct-framework/handler "0.1.0-SNAPSHOT"]
17+
[org.duct-framework/handler "0.1.0"]
1818

1919
## Usage
2020

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.duct-framework/handler "0.1.0-SNAPSHOT"
1+
(defproject org.duct-framework/handler "0.1.0"
22
:description "Common Ring handlers for the Duct framework"
33
:url "https://github.com/duct-framework/handler"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)