Skip to content

Commit a928748

Browse files
committed
Release 0.1.2
1 parent 26db00b commit a928748

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

1515
Or to your Leiningen project file:
1616

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