Skip to content

Commit

Permalink
release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed May 7, 2018
1 parent f50b9e8 commit 5fd69e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebel-readline-cljs/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]]

Expand Down

0 comments on commit 5fd69e2

Please sign in to comment.