diff --git a/project.clj b/project.clj index 4e95afaa..e4dda69a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nightcode "2.8.1-SNAPSHOT" +(defproject nightcode "2.8.1" :description "An IDE for Clojure" :url "https://github.com/oakes/Nightcode" :license {:name "Public Domain" diff --git a/src/clj/nightcode/core.clj b/src/clj/nightcode/core.clj index f9aca1bc..5e61a92d 100755 --- a/src/clj/nightcode/core.clj +++ b/src/clj/nightcode/core.clj @@ -51,7 +51,7 @@ :auto-save? true}) (swap! *pref-state update :expansion-set u/filter-paths) (doto stage - (.setTitle "Nightcode 2.8.0") + (.setTitle "Nightcode 2.8.1") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)