Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 11, 2019
1 parent d39644c commit 8b2a299
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.11.2 (2019-01-11)

* Added explicit Leiningen middleware key to fix deprecation warning

## 0.11.1 (2019-01-08)

* Fixed Piggieback setup for CLJS
Expand Down
2 changes: 1 addition & 1 deletion lein-duct/project.clj
@@ -1,4 +1,4 @@
(defproject duct/lein-duct "0.11.1"
(defproject duct/lein-duct "0.11.2"
:description "A plugin to be used in the Duct Leiningen template"
:url "https://github.com/duct-framework/duct"
:scm {:dir ".."}
Expand Down
2 changes: 1 addition & 1 deletion lein-template/project.clj
@@ -1,4 +1,4 @@
(defproject duct/lein-template "0.11.1"
(defproject duct/lein-template "0.11.2"
:description "A template for an Integrant-based web application"
:url "https://github.com/duct-framework/duct"
:scm {:dir ".."}
Expand Down
Expand Up @@ -11,7 +11,7 @@
[duct/module.sql "0.5.0"]{{/jdbc?}}{{#postgres?}}
[org.postgresql/postgresql "42.2.5"]{{/postgres?}}{{#sqlite?}}
[org.xerial/sqlite-jdbc "3.25.2"]{{/sqlite?}}]
:plugins [[duct/lein-duct "0.11.1"]]
:plugins [[duct/lein-duct "0.11.2"]]
:main ^:skip-aot {{namespace}}.main{{#uberjar-name}}
:uberjar-name "{{uberjar-name}}"{{/uberjar-name}}
:resource-paths ["resources" "target/resources"]
Expand Down

0 comments on commit 8b2a299

Please sign in to comment.