From 99f8fafe74800703d0a1cc9e3f3bad6688f18ad4 Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Mon, 5 Mar 2018 19:16:27 +0700 Subject: [PATCH] update version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7e4a873..f3ee44b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject status-im/re-frame-10x "0.2.1-SNAPSHOT" +(defproject status-im/re-frame-10x "0.2.1-RN" :description "Become 10x more productive when developing and debugging re-frame applications." :url "https://github.com/Day8/re-frame-10x" :license {:name "MIT"}