Skip to content

Commit

Permalink
release "4.50"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Apr 29, 2023
1 parent c44ca80 commit 7456a76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## .4.50
- luminus-undertow 0.1.18

## 4.49
- [fix for font paths](https://github.com/luminus-framework/luminus-template/pull/577)

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 "4.49"
(defproject luminus/lein-template "4.50"
: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 "4.47"
generated using Luminus version "4.50"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/undertow.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
:undertow-based true
:server "undertow")
(update :dependencies conj ['org.webjars/webjars-locator-jboss-vfs "0.1.0"])
(append-options :http-server-dependencies [['luminus-undertow "0.1.16"]]))]
(append-options :http-server-dependencies [['luminus-undertow "0.1.18"]]))]
state))

0 comments on commit 7456a76

Please sign in to comment.