Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 2, 2017
1 parent 3eec8de commit 52cd93c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.6.3 (2017-11-02)

* Updated dependencies

## 0.6.2 (2017-09-04)

* Fixed missing `:duct.router/cascading` derive
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Duct.

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

[duct/module.web "0.6.2"]
[duct/module.web "0.6.3"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject duct/module.web "0.6.2"
(defproject duct/module.web "0.6.3"
:description "Duct module for running web applications"
:url "https://github.com/duct-framework/module.web"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 52cd93c

Please sign in to comment.