We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfda5a4 commit 2db8280Copy full SHA for 2db8280
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.5
+;; Version: 0.1.6
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.5"
+(defconst nodejs-repl-version "0.1.6"
57
"Node.js mode Version.")
58
59
(defcustom nodejs-repl-command "node"
0 commit comments