From 60c68323bd885882819614aac81c3ee7f1220795 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sun, 15 Mar 2020 10:56:59 -0400 Subject: [PATCH] bump for bug fix release --- js/license.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/license.js b/js/license.js index 7d7531a3..fbbb1de2 100644 --- a/js/license.js +++ b/js/license.js @@ -1,7 +1,7 @@ var exports = { COPYRIGHT:"Copyright (C) Stewart Allen - 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;