From c4e59880ccc1872a7a14618e2f8fa66e4b1622cc Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 12 Dec 2017 16:40:24 +1300 Subject: [PATCH] Back to SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3445e8c..b166dab 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.10.3-alpha2" +(defproject re-frame "0.10.3-SNAPSHOT" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}