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