Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Jan 11, 2022
1 parent 528820c commit 4d1a5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ handler. It provides two keys: `duct.reitit/router` an instance of

To install, add the following to your project `:dependencies`:

[duct/module.reitit "0.3.0"]
[duct/module.reitit "0.3.1"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject duct/module.reitit "0.3.0-SNAPSHOT"
(defproject duct/module.reitit "0.3.1"
:description "Duct module and router for the reitit routing library"
:url "https://github.com/tami5/clj-duct-reitit"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 4d1a5c6

Please sign in to comment.