Skip to content

Commit

Permalink
version 0.2.60
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Jun 10, 2017
1 parent 41dd7c2 commit 232ddf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cryogen/lein-template "0.2.59"
(defproject cryogen/lein-template "0.2.60"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
Expand Down
6 changes: 3 additions & 3 deletions src/leiningen/new/cryogen/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[ring/ring-devel "1.5.1"]
[compojure "1.5.2"]
[ring/ring-devel "1.6.1"]
[compojure "1.6.0"]
[ring-server "0.4.0"]
[cryogen-markdown "0.1.6"]
[cryogen-core "0.1.55"]]
[cryogen-core "0.1.56"]]
:plugins [[lein-ring "0.9.7"]]
:main cryogen.core
:ring {:init cryogen.server/init
Expand Down

0 comments on commit 232ddf9

Please sign in to comment.