From c689d01452325f922e7def636cb6e0651253c3fa Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Fri, 11 Sep 2015 16:34:46 +0200 Subject: [PATCH] New snapshot --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4383e2f..1492a2a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject reagent "0.5.1" +(defproject reagent "0.5.2-SNAPSHOT" :url "http://github.com/reagent-project/reagent" :license {:name "MIT"} :description "A simple ClojureScript interface to React"