From d3673973ac772947dc3cc178736ef7cb9c900b4f Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Thu, 16 May 2024 18:58:16 -0400 Subject: [PATCH] bump rev 4.0.D3 --- 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 8e76f5bf..8f885eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.0.2D", + "version": "4.0.3D", "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 4d65bfd2..ceda5ab5 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: 4002, + beta: 4003, driver: {}, // driver modules load(fn) { modfns.push(fn); diff --git a/src/moto/license.js b/src/moto/license.js index cd634558..0cdc79b6 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 || "4.0.D2" + VERSION: (is_self ? self : this).debug_version || "4.0.D3" }; if (typeof(module) === 'object') {