We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990358e commit 1138b40Copy full SHA for 1138b40
1 file changed
nodejs-repl.el
@@ -3,7 +3,7 @@
3
;; Copyright (C) 2012-2020 Takeshi Arabiki
4
5
;; Author: Takeshi Arabiki
6
-;; Version: 0.2.3
+;; Version: 0.2.4
7
8
;; This program is free software: you can redistribute it and/or modify
9
;; it under the terms of the GNU General Public License as published by
@@ -73,7 +73,7 @@
73
"Run Node.js REPL and communicate the process."
74
:group 'processes)
75
76
-(defconst nodejs-repl-version "0.2.3"
+(defconst nodejs-repl-version "0.2.4"
77
"Node.js mode Version.")
78
79
(defcustom nodejs-repl-command "node"
0 commit comments