Update msoffice.js

This commit is contained in:
Namhyeon Go 2023-12-11 17:58:31 +09:00 committed by GitHub
parent bf796ed61c
commit 00f92f0eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ exports.Excel = Excel;
exports.PowerPoint = PowerPoint;
exports.Word = Word;
exports.VERSIONINFO = "Microsoft Office interface (msoffice.js) version 0.1.5";
exports.VERSIONINFO = "Microsoft Office interface (msoffice.js) version 0.1.6";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;