From ee89485b2e821dcea94c381a2e36c9436d2500c0 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 22 Dec 2019 13:20:05 -0500 Subject: [PATCH] Increment version number --- project.clj | 2 +- src/clj/nightcode/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index eba7dba..9e0b059 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nightcode "2.8.3-SNAPSHOT" +(defproject nightcode "2.8.3" :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 c3d58e5..ec5ecc3 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.2") + (.setTitle "Nightcode 2.8.3") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)