From eee3b9a3fa36e773f81c7f64784b67291b4a0526 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 16 Jan 2018 16:16:32 +1300 Subject: [PATCH] v0.10.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 72cc592..b166dab 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.10.3-beta2" +(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"}