Skip to content

Commit

Permalink
release "2.9.11.84"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Aug 25, 2017
1 parent 342962f commit d52f6f8
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.84

- conman 0.6.8

## 2.9.11.83

- markdown-clj 1.0.0
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.83"
(defproject luminus/lein-template "2.9.11.84"
: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.83"
generated using Luminus version "2.9.11.84"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(defn db-dependencies [options]
[['luminus-migrations "0.4.0"]
['conman "0.6.7"]
['conman "0.6.8"]
({:postgres ['org.postgresql/postgresql "42.1.3"]
:mysql ['mysql/mysql-connector-java "6.0.5"]
:h2 ['com.h2database/h2 "1.4.196"]
Expand Down

0 comments on commit d52f6f8

Please sign in to comment.