Skip to content

Commit 4b0f855

Browse files
committed
Bump the version number to 0.1.7
1 parent 3cdb983 commit 4b0f855

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-2017 Takeshi Arabiki
44

55
;; Author: Takeshi Arabiki
6-
;; Version: 0.1.6
6+
;; Version: 0.1.7
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
@@ -53,7 +53,7 @@
5353
"Run Node.js REPL and communicate the process."
5454
:group 'processes)
5555

56-
(defconst nodejs-repl-version "0.1.6"
56+
(defconst nodejs-repl-version "0.1.7"
5757
"Node.js mode Version.")
5858

5959
(defcustom nodejs-repl-command "node"

0 commit comments

Comments
 (0)