From 7e015cb88aa70cbe4222b3cf7e8303fd90b0805c Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 19 Jan 2018 21:35:25 +1300 Subject: [PATCH] v0.10.3-rc2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b166dab..935647d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.10.3-SNAPSHOT" +(defproject re-frame "0.10.3-rc2" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}