Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Aug 2, 2019
1 parent 156f0a1 commit 6e0bca9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lein-nightlight/project.clj
@@ -1,9 +1,9 @@
(defproject nightlight/lein-nightlight "2.4.1.1"
(defproject nightlight/lein-nightlight "2.4.2"
:description "A convenient Nightlight launcher for Leiningen projects"
:url "https://github.com/oakes/Nightlight"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[nightlight "2.4.1" :exclusions [org.clojure/core.async]]
:dependencies [[nightlight "2.4.2" :exclusions [org.clojure/core.async]]
[leinjacker "0.4.3"]
[org.clojure/tools.cli "0.3.5"]]
:repositories [["clojars" {:url "https://clojars.org/repo"
Expand Down
2 changes: 1 addition & 1 deletion lein-nightlight/src/leiningen/nightlight.clj
Expand Up @@ -12,7 +12,7 @@
(eval/eval-in-project
(deps/add-if-missing
project
'[nightlight/lein-nightlight "2.4.1"])
'[nightlight/lein-nightlight "2.4.2"])
`(nightlight.core/start (assoc ~options :main '~main))
`(require 'nightlight.core)))

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject nightlight "2.4.2-SNAPSHOT"
(defproject nightlight "2.4.2"
:description "An embedded Clojure editor"
:url "https://github.com/oakes/Nightlight"
:license {:name "Public Domain"
Expand Down

0 comments on commit 6e0bca9

Please sign in to comment.