bump for bug fix release

This commit is contained in:
Stewart Allen 2020-03-15 10:56:59 -04:00
commit 60c68323bd

View file

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