Skip to content

Commit

Permalink
release "2.9.10.41"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Apr 21, 2016
1 parent 8377246 commit 0e002a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## 2.9.10.41

- rolled back conman to v0.4.9

## 2.9.10.40

- fixes for +service profile
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "2.9.10.40"
(defproject luminus/lein-template "2.9.10.41"
: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 "2.9.10.40"
generated using Luminus version "2.9.10.41"

FIXME

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/db.clj
Expand Up @@ -11,7 +11,7 @@

(defn db-dependencies [options]
[['luminus-migrations "0.1.0"]
['conman "0.5.0"]
['conman "0.4.9"]
({:postgres ['org.postgresql/postgresql "9.4-1206-jdbc4"]
:mysql ['mysql/mysql-connector-java "5.1.6"]
:h2 ['com.h2database/h2 "1.4.191"]
Expand Down

0 comments on commit 0e002a2

Please sign in to comment.