From 67fa87efbf3e0e718e059a2a5b592929d3a24dbd Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 9 Dec 2016 13:25:53 +1300 Subject: [PATCH] Update to 0.9.0-beta1-snapshot --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6ca3c18..ca1b937 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.9.0-alpha2-SNAPSHOT" +(defproject re-frame "0.9.0-beta1-SNAPSHOT" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}