From a0635e0b3471501156d2e74c70b95ee3b450cc32 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 27 Jun 2017 19:05:19 +0300 Subject: [PATCH] Really release 0.7.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9112b75..3974146 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject reagent "0.7.0-SNAPSHOT" +(defproject reagent "0.7.0" :url "http://github.com/reagent-project/reagent" :license {:name "MIT"} :description "A simple ClojureScript interface to React"