From 86b555a86c49a5e13654d0494e9fc85d5fad04b4 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Wed, 3 Aug 2016 13:02:51 +1000 Subject: [PATCH] Version 0.8.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3107284..c0e1cf7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.8.0-alpha10-SNAPSHOT" +(defproject re-frame "0.8.0" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}