From 5c008255c5029d17e183694192c0758adc302b80 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Thu, 20 Oct 2022 19:46:00 -0400 Subject: [PATCH] bump rev 3.6.D10 --- package.json | 2 +- src/main/kiri.js | 2 +- src/moto/license.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 13b6a3ad..ee4f122a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "3.6.9D", + "version": "3.6.10D", "description": "grid.space 3d slice & modeling tools", "author": "Stewart Allen ", "license": "MIT", diff --git a/src/main/kiri.js b/src/main/kiri.js index 49082b4c..ca115dce 100644 --- a/src/main/kiri.js +++ b/src/main/kiri.js @@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => { const modfns = root.kirimod = ( root.kirimod || [] ); const kiri = root.kiri = { - beta: 3609, + beta: 3610, driver: {}, // driver modules load(fn) { modfns.push(fn); diff --git a/src/moto/license.js b/src/moto/license.js index 01f8e9f5..51eed7fd 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -5,7 +5,7 @@ let terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: (is_self ? self : this).debug_version || "3.6.D9" + VERSION: (is_self ? self : this).debug_version || "3.6.D10" }; if (typeof(module) === 'object') {