Skip to content

Commit 975cd72

Browse files
committed
Release 0.1.3
1 parent 717dc45 commit 975cd72

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.2"}
13+
org.duct-framework/handler {:mvn/version "0.1.3"}
1414

1515
Or to your Leiningen project file:
1616

17-
[org.duct-framework/handler "0.1.2"]
17+
[org.duct-framework/handler "0.1.3"]
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.2"
1+
(defproject org.duct-framework/handler "0.1.3"
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)