From 0327d2cf89639fde48455f99af3baa87ec250733 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Fri, 29 Jul 2016 14:31:53 +1000 Subject: [PATCH] Bump release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2c7da22..3107284 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.8.0-alpha9" +(defproject re-frame "0.8.0-alpha10-SNAPSHOT" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}