From 5fd69e26fdd3cfd2612fddf9dd19c1593e8823ce Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Sun, 6 May 2018 20:02:45 -0400 Subject: [PATCH] release 0.1.3 --- rebel-readline-cljs/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebel-readline-cljs/project.clj b/rebel-readline-cljs/project.clj index f929a24..c0cb667 100644 --- a/rebel-readline-cljs/project.clj +++ b/rebel-readline-cljs/project.clj @@ -1,4 +1,4 @@ -(defproject com.bhauman/rebel-readline-cljs "0.1.3-SNAPSHOT" +(defproject com.bhauman/rebel-readline-cljs "0.1.3" :description "A rebel readline service for ClojureScript" :url "https://github.com/bhauman/rebel-readline" :license {:name "Eclipse Public License" @@ -8,7 +8,7 @@ :url "https://github.com/bhauman/rebel-readline" :dir ".."} - :dependencies [[com.bhauman/rebel-readline "0.1.3-SNAPSHOT"] + :dependencies [[com.bhauman/rebel-readline "0.1.3"] [org.clojure/clojurescript "1.9.946"] [cljs-tooling "0.2.0"]]