Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed May 20, 2016
1 parent bebf8b5 commit 38267d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tubular "1.1.0"
(defproject tubular "1.1.1"
:description "Clojure Socket REPL client"
:url "https://github.com/mfikes/tubular"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/tubular/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(while @running
(let [line (read-line)]
(write-line socket line)
(when (= line ":rep/quit")
(when (= line ":repl/quit")
(reset! running false)))))

(defn connect
Expand Down

0 comments on commit 38267d9

Please sign in to comment.