We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdb983 commit 4b0f855Copy full SHA for 4b0f855
1 file changed
nodejs-repl.el
@@ -3,7 +3,7 @@
3
;; Copyright (C) 2012-2017 Takeshi Arabiki
4
5
;; Author: Takeshi Arabiki
6
-;; Version: 0.1.6
+;; Version: 0.1.7
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
@@ -53,7 +53,7 @@
53
"Run Node.js REPL and communicate the process."
54
:group 'processes)
55
56
-(defconst nodejs-repl-version "0.1.6"
+(defconst nodejs-repl-version "0.1.7"
57
"Node.js mode Version.")
58
59
(defcustom nodejs-repl-command "node"
0 commit comments