From 6febda7df224cf1840fb808c11acb2bf0cc78b40 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sun, 23 Jan 2022 14:47:53 -0500 Subject: [PATCH] bump rev 3.2.D1 --- 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 cde02564..b366231f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "3.2.0D", + "version": "3.2.1D", "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 189291cf..084d5116 100644 --- a/src/main/kiri.js +++ b/src/main/kiri.js @@ -6,7 +6,7 @@ if (!self.kiri) { let kiri = self.kiri = { - beta: 3200, + beta: 3201, driver: {}, // driver modules loader: [], // module loading: array of functions load: (fn) => kiri.loader.push(fn) diff --git a/src/moto/license.js b/src/moto/license.js index f87e2f25..6e63981c 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -3,7 +3,7 @@ let terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: "3.2.D0" + VERSION: "3.2.D1" }; if (typeof(module) === 'object') {