From 1813848919627d8aa2b1e393606ea88f3211325c Mon Sep 17 00:00:00 2001 From: Adam Tankanow Date: Tue, 30 Dec 2014 07:29:55 -0500 Subject: [PATCH] Update version to 0.1.9 and add asciidoctorj dependency. --- project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 015e2fb..4783506 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.8" +(defproject cryogen-core "0.1.9" :description "Cryogen's compiler" :url "https://github.com/lacarmen/cryogen-core" :license {:name "Eclipse Public License" @@ -13,4 +13,5 @@ [hiccup "1.0.5"] [selmer "0.7.8"] [markdown-clj "0.9.60" - :exclusions [com.keminglabs/cljx]]]) + :exclusions [com.keminglabs/cljx]] + [org.asciidoctor/asciidoctorj "1.5.2"]])