Skip to content

Commit

Permalink
release "2.9.11.68"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jul 4, 2017
1 parent 1f4af86 commit 5079667
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.9.11.68

- Figwheel 0.5.11
- ring-mock 0.3.1
- Selmer 1.0.8

## 2.9.11.67

- ClojureScript 1.9.671
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.67"
(defproject luminus/lein-template "2.9.11.68"
: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.67"
generated using Luminus version "2.9.11.68"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:test [:project/dev :project/test :profiles/test]

:project/dev {:dependencies [[prone "1.1.4"]
[ring/ring-mock "0.3.0"]
[ring/ring-mock "0.3.1"]
[ring/ring-devel "1.6.1"]<%if war %>
<<dev-http-server-dependencies>><% endif %>
[pjstadig/humane-test-output "0.8.2"]<% if dev-dependencies %>
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 @@ -14,7 +14,7 @@

(def cljs-version "1.9.671")

(def figwheel-version "0.5.10")
(def figwheel-version "0.5.11")

(def cljs-dependencies
[['org.clojure/clojurescript cljs-version :scope "provided"]])
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/luminus.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

(def core-dependencies
[['org.clojure/clojure "1.8.0"]
['selmer "1.10.7"]
['selmer "1.10.8"]
['clj-time "0.13.0"]
['markdown-clj "0.9.99"]
['metosin/muuntaja "0.3.1"]
Expand Down

0 comments on commit 5079667

Please sign in to comment.