From db11a1c353f87c410d5815e499f5ed5e4249dc33 Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Tue, 8 Sep 2015 21:49:05 +0200 Subject: [PATCH] wip --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 5e1bf48..01858a9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject reagent "0.5.1-rc3" +(defproject reagent "0.5.1-SNAPSHOT" :url "http://github.com/reagent-project/reagent" :license {:name "MIT"} :description "A simple ClojureScript interface to React" @@ -13,7 +13,7 @@ :source-paths ["src"] :codox {:language :clojurescript - :exclude clojure.string} + :exclude clojure.string} :profiles {:test {:cljsbuild {:builds {:client {:source-paths ["test"]}}}}