Skip to content

Commit

Permalink
release "4.00"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Apr 7, 2021
1 parent 73a2ab9 commit a8ce8ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
@@ -1,3 +1,5 @@
## 4.00
- shadow-cljs 2.12.1
## 3.99
- fix for `+war` profile
- ClojureScript 1.10.844
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "3.99"
(defproject luminus/lein-template "4.00"
: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.99"
generated using Luminus version "4.00"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/shadow_cljs.clj
@@ -1,7 +1,7 @@
(ns leiningen.new.shadow-cljs
(:require [leiningen.new.common :refer :all]))

(def shadow-version "2.11.22")
(def shadow-version "2.12.1")

(def shadow-cljs-dependencies [['com.google.javascript/closure-compiler-unshaded "v20200504" :scope "provided"]
['org.clojure/google-closure-library "0.0-20191016-6ae1f72f" :scope "provided"]
Expand Down

0 comments on commit a8ce8ee

Please sign in to comment.