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