Skip to content

Commit

Permalink
release "3.85"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Aug 23, 2020
1 parent f562c30 commit 06bc88a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 3.85

- lein-uberwar 0.2.1
- luminus-undertow 0.1.7
- test paths refactor for CIDER [PR 509](https://github.com/luminus-framework/luminus-template/pull/509)

## 3.84

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 luminus/lein-template "3.84"
(defproject luminus/lein-template "3.85"
: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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "3.84"
generated using Luminus version "3.85"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/war.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
(append-options :dev-dependencies (into [['directory-naming/naming-java "0.8"]]
(:http-server-dependencies options)))
(append-options :plugins (if (some #{"+lein"} (:features options))
[['lein-uberwar "0.2.0"]])))]
[['lein-uberwar "0.2.1"]])))]
state))

0 comments on commit 06bc88a

Please sign in to comment.