From 422c13ef47e1bf072bfc2504901f363cfbf07005 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 18 Aug 2016 18:19:57 +1000 Subject: [PATCH] deploy -alpha12 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e5688a6..36f1294 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.8.0-alpha11" +(defproject re-frame "0.8.0-alpha12" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}