Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Jun 15, 2019
1 parent 9dc5629 commit 99a5473
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.4.3"
(defproject cryogen/lein-template "0.5.0"
: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.6.1"]
[ring-server "0.5.0"]
[cryogen-markdown "0.1.11"]
[cryogen-core "0.1.68"]]
[cryogen-core "0.2.0"]]
:plugins [[lein-ring "0.12.5"]]
:main cryogen.core
:ring {:init cryogen.server/init
Expand Down

0 comments on commit 99a5473

Please sign in to comment.