Skip to content

Commit 1138b40

Browse files
committed
Bump the version number to 0.2.4
1 parent 990358e commit 1138b40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nodejs-repl.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012-2020 Takeshi Arabiki
44

55
;; Author: Takeshi Arabiki
6-
;; Version: 0.2.3
6+
;; Version: 0.2.4
77

88
;; This program is free software: you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by
@@ -73,7 +73,7 @@
7373
"Run Node.js REPL and communicate the process."
7474
:group 'processes)
7575

76-
(defconst nodejs-repl-version "0.2.3"
76+
(defconst nodejs-repl-version "0.2.4"
7777
"Node.js mode Version.")
7878

7979
(defcustom nodejs-repl-command "node"

0 commit comments

Comments
 (0)