Update shell.js

This commit is contained in:
Namhyeon Go 2023-09-21 21:13:24 +09:00 committed by GitHub
parent ae82ef5d95
commit 01b5e7d46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ exports.getPathOfMyDocuments = function() {
return (new ShellObject()).getPathOfMyDocuments();
};
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.4";
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.5";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;