From c773406464781a162597293c23ec95079c1975a8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 10 Jul 2024 12:00:55 +0900 Subject: [PATCH] Update shell.js --- lib/shell.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/shell.js b/lib/shell.js index ec9e4db..d32aed3 100644 --- a/lib/shell.js +++ b/lib/shell.js @@ -1,6 +1,6 @@ -//////////////////////////////////////////////////////////////////////// -// Shell API with PIPE-IPC -//////////////////////////////////////////////////////////////////////// +// Windows Shell Interface with WelsonJS Pipe-IPC module +// Namhyeon Go +// https://github.com/gnh1201/welsonjs var FILE = require("lib/file"); var PipeIPC = require("lib/pipe-ipc"); @@ -220,7 +220,7 @@ exports.getPathOfMyDocuments = function() { exports.CdoCharset = PipeIPC.CdoCharset; -exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.9"; +exports.VERSIONINFO = "Windows Shell Interface with WelsonJS Pipe-IPC module (shell.js) version 0.3.10"; exports.AUTHOR = "abuse@catswords.net"; exports.global = global; exports.require = global.require;