From 82d3555e95aa081fd9aec6e109104bb929c9cc30 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 15 May 2017 08:26:40 +1200 Subject: [PATCH] Version 0.9.4-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4f50e3c..d3c816e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.9.3" +(defproject re-frame "0.9.4-SNAPSHOT" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}