add edit (useful for import/export) of the JSON for a single setting object

This commit is contained in:
Stewart Allen 2019-07-23 12:54:26 -04:00
commit 7099358c24
2 changed files with 23 additions and 1 deletions

View file

@ -1,7 +1,7 @@
var exports = {
COPYRIGHT:"Copyright (C) 2014-2019 Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE:"See the license.md file included with the source distribution",
VERSION:"1.4.3"
VERSION:"1.4.4"
};
if (!module) var module = {};
module.exports = exports;