Skip to content

Commit bb8e03f

Browse files
committed
Release 0.1.4
1 parent f72b6b9 commit bb8e03f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

1515
Or to your Leiningen project file:
1616

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