diff --git a/lein-light-nrepl/project.clj b/lein-light-nrepl/project.clj index a28d3de..0e374ce 100644 --- a/lein-light-nrepl/project.clj +++ b/lein-light-nrepl/project.clj @@ -1,4 +1,4 @@ -(defproject lein-light-nrepl "0.3.0" +(defproject lein-light-nrepl "0.3.2" :description "nrepl client for Light Table clj and cljs eval." :url "https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl" :license {:name "Eclipse Public License" diff --git a/runner/project.clj b/runner/project.clj index c2f3f19..32a1728 100644 --- a/runner/project.clj +++ b/runner/project.clj @@ -1,4 +1,4 @@ -(defproject lein-light "0.3.0" +(defproject lein-light "0.3.2" :description "Provide uberjar to start headless repl with LT middleware" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} diff --git a/runner/src/leiningen/light_nrepl.clj b/runner/src/leiningen/light_nrepl.clj index 93d6243..29320a3 100644 --- a/runner/src/leiningen/light_nrepl.clj +++ b/runner/src/leiningen/light_nrepl.clj @@ -39,7 +39,7 @@ init) lein-light-version (if (maintained-clojure-version? clj-version) ;; Maintained lein-light-nrepl - "0.3.0" + "0.3.2" ;; Deprecated/unmaintained lein-light-nrepl "0.1.3") profile {:dependencies [['lein-light-nrepl/lein-light-nrepl lein-light-version] diff --git a/runner/target/lein-light-standalone.jar b/runner/target/lein-light-standalone.jar index e2abd88..2c40e99 100644 Binary files a/runner/target/lein-light-standalone.jar and b/runner/target/lein-light-standalone.jar differ