Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Jan 2, 2022
1 parent 9e8a221 commit 552d5dd
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 @@ -10,7 +10,7 @@ A [Duct][] module that sets [reitit][] as the application router with ring as a

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

[duct/module.reitit "0.0.1"]
[duct/module.reitit "0.1.0"]

## 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.1.0-SNAPSHOT"
(defproject duct/module.reitit "0.1.0"
: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 552d5dd

Please sign in to comment.