From dcbfed35f9cfee51742acd3922ead7c2258d6129 Mon Sep 17 00:00:00 2001 From: jem Date: Sat, 7 Mar 2020 13:14:31 +0100 Subject: [PATCH] Version 0.1.5 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 03972e2..498941f 100644 --- a/project.clj +++ b/project.clj @@ -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]]