Skip to content

Commit

Permalink
Bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Aug 7, 2015
1 parent 14ab136 commit 1ea114f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.24"
(defproject cryogen/lein-template "0.2.25"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/cryogen/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[compojure "1.4.0"]
[ring-server "0.4.0"]
[cryogen-markdown "0.1.1"]
[cryogen-core "0.1.24"]]
[cryogen-core "0.1.25"]]
:plugins [[lein-ring "0.8.13"]]
:main cryogen.core
:ring {:init cryogen.server/init
Expand Down

0 comments on commit 1ea114f

Please sign in to comment.