From a9bdb84366d27493e465b112ebcbd9372fe44cb6 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 16 Oct 2015 17:00:37 +1300 Subject: [PATCH] Bump version to alpha1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4f0b9d49e..f6418c00b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.5.0-SNAPSHOT" +(defproject re-frame "0.5.0-alpha1" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}