From 1d0ef8f07506c7a4a029c41f0a1536bd6762cebf Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 28 Nov 2016 22:43:39 +1300 Subject: [PATCH] Version 0.9.0-alpha1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 306199ba9..2fc74b8fe 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.9.0-alpha1-SNAPSHOT" +(defproject re-frame "0.9.0-alpha1" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}