From bf0c2d6984f81100e97c578d4410a70b09401192 Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Wed, 14 Feb 2018 16:02:28 +0300 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b46c096..031df4b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dmitryn/re-frame-fork "0.10.2" +(defproject dmitryn/re-frame-fork "0.10.2-1" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}