Skip to content

Commit

Permalink
release "2.9.11.32"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Feb 10, 2017
1 parent 70c7c02 commit 6ee68ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.11.33

- ClojureScript 1.9.473

## 2.9.11.32

- ring-defaults 0.2.3
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 "2.9.11.31"
(defproject luminus/lein-template "2.9.11.32"
: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 "2.9.11.31"
generated using Luminus version "2.9.11.32"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/cljs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
["resources/templates/home.html" "cljs/templates/home.html"]
["resources/templates/error.html" "core/resources/templates/error.html"]])

(def cljs-version "1.9.456")
(def cljs-version "1.9.473")

(def figwheel-version "0.5.9")

Expand Down

0 comments on commit 6ee68ed

Please sign in to comment.