Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 0a24e81

Browse files
committed
Release 0.0.14
1 parent 7b551a3 commit 0a24e81

8 files changed

Lines changed: 257 additions & 257 deletions

File tree

clojure_compiled.js

Lines changed: 229 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clojure_compiled.js.map

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lein-light-nrepl/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light-nrepl "0.0.18"
1+
(defproject lein-light-nrepl "0.0.19"
22
:description "nrepl client for Light Table clj and cljs eval."
33
:url "https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl"
44
:license {:name "Eclipse Public License"

plugin.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name "Clojure"
2-
:version "0.0.13"
2+
:version "0.0.14"
33
:author "Kodowa"
44
:source "https://github.com/LightTable/Clojure"
55
:desc "Clojure integration for Light Table"

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/clojure "0.0.13"
1+
(defproject com.lighttable/clojure "0.0.14"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

runner/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light "0.0.52"
1+
(defproject lein-light "0.0.53"
22
:description "FIXME: write description"
33
:url "http://github.com/kodowa/lein-light"
44
:license {:name "Eclipse Public License"

runner/src/leiningen/light_nrepl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
init (if-let [cur-init (-> project :repl-options :init)]
3434
(list 'do cur-init init)
3535
init)
36-
profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl "0.0.18"]
36+
profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl "0.0.19"]
3737
[org.clojure/tools.reader "0.8.3"]]
3838
:repl-options {:nrepl-middleware ['lighttable.nrepl.handler/lighttable-ops]
3939
:init (with-meta init {:replace true})}}
-4.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)