Version 0.1.5

This commit is contained in:
jem 2020-03-07 13:14:31 +01:00
parent 09a1fc63fb
commit dcbfed35f9

View file

@ -1,4 +1,4 @@
(defproject dda/cryogen-bootstrap "0.1.5-SNAPSHOT"
(defproject dda/cryogen-bootstrap "0.1.5"
:description "bootstrap theme for cryogen"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
@ -7,7 +7,7 @@
[ring/ring-devel "1.8.0"]
[compojure "1.6.1"]
[ring-server "0.5.0"]
[dda/cryogen-core "0.2.1"]
[dda/cryogen-core "0.2.3"]
[dda/cryogen-markdown "0.1.6"]]
:repositories [["snapshots" :clojars]
["releases" :clojars]]