From 88df134f4f025c90738cdf44417b9405d679fd1b Mon Sep 17 00:00:00 2001 From: sto Date: Mon, 2 Nov 2015 13:08:26 -0500 Subject: [PATCH] bump version to 0.2.5 to publish on clojar for https://github.com/ibdknox/crate/issues/21 bug fix --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea056a3..5739494 100644 --- a/project.clj +++ b/project.clj @@ -1,2 +1,2 @@ -(defproject crate "0.2.4" +(defproject crate "0.2.5" :description "A ClojureScript implementation of Hiccup")