Skip to content

Commit

Permalink
bumped up cryogen-core
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Oct 7, 2021
1 parent 4d2843e commit 0f9d61b
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.6.4"
(defproject cryogen/lein-template "0.6.5"
: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.2"]
[ring-server "0.5.0"]
[cryogen-flexmark "0.1.4"]
[cryogen-core "0.4.0"]]
[cryogen-core "0.4.1"]]
:plugins [[lein-ring "0.12.5"]]
:main cryogen.core
:ring {:init cryogen.server/init
Expand Down

0 comments on commit 0f9d61b

Please sign in to comment.