This repository was archived by the owner on Feb 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737
3838(task-options!
3939 pom {:project 'nightlight
40- :version "2.3.2-SNAPSHOT "
40+ :version "2.3.2"
4141 :description "An embedded Clojure editor"
4242 :url "https://github.com/oakes/Nightlight"
4343 :license {"Public Domain" "http://unlicense.org/UNLICENSE"}}
Original file line number Diff line number Diff line change 1- (defproject nightlight/lein-nightlight "2.3.1 "
1+ (defproject nightlight/lein-nightlight "2.3.2 "
22 :description "A conveninent Nightlight launcher for Leiningen projects"
33 :url "https://github.com/oakes/Nightlight"
44 :license {:name "Public Domain"
55 :url "http://unlicense.org/UNLICENSE"}
6- :dependencies [[nightlight "2.3.1 " :exclusions [org.clojure/core.async]]
6+ :dependencies [[nightlight "2.3.2 " :exclusions [org.clojure/core.async]]
77 [leinjacker "0.4.2"]
88 [org.clojure/tools.cli "0.3.5"]]
99 :repositories [["clojars" {:url "https://clojars.org/repo"
Original file line number Diff line number Diff line change 1212 (eval/eval-in-project
1313 (deps/add-if-missing
1414 project
15- '[nightlight/lein-nightlight "2.3.1 "])
15+ '[nightlight/lein-nightlight "2.3.2 "])
1616 `(do
1717 (nightlight.core/start ~options)
1818 (when '~main (require '~main)))
Original file line number Diff line number Diff line change 99 [nightlight.watch :as watch]
1010 [reagent.core :as r]))
1111
12- (def version "2.3.1 ")
12+ (def version "2.3.2 ")
1313
1414(defn init-tree [{:keys [primary-text nested-items selection options]}]
1515 (when (and (:hosted? options)
You can’t perform that action at this time.
0 commit comments