Skip to content

Commit

Permalink
release "3.10.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Nov 25, 2018
1 parent 632c287 commit 4328027
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## 3.10.18

- switched to use `ring-jetty-adapter` for the `+jetty` profile

## 3.10.17

- fixed injections for the kee-frame profile
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "3.10.17"
(defproject luminus/lein-template "3.10.18"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/README.md
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "3.10.17"
generated using Luminus version "3.10.18"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/jetty.clj
Expand Up @@ -12,5 +12,5 @@
[assets
(-> options
(assoc :server "jetty")
(append-options :http-server-dependencies [['luminus-jetty "0.1.6"]]))])
(append-options :http-server-dependencies [['luminus-jetty "0.1.7"]]))])
state))

0 comments on commit 4328027

Please sign in to comment.