diff --git a/src/lib/version.el b/src/lib/version.el index 3d90b41..d1aab30 100644 --- a/src/lib/version.el +++ b/src/lib/version.el @@ -14,7 +14,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -(defvar KUSO-VERSION "v0.13.0" +(defvar KUSO-VERSION "v0.14.0" "KusoIDE version string") diff --git a/src/plugins/nodejs.el b/src/plugins/nodejs.el index ec6a937..dd4bc68 100644 --- a/src/plugins/nodejs.el +++ b/src/plugins/nodejs.el @@ -14,7 +14,9 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -;; lxdjango plugin +;; nodejs plugin + +;; TODO: Add a function to check for nodejs installation (require 'cl) (require 'comint)