bump rev 3.0.32D

This commit is contained in:
Stewart Allen 2021-10-19 21:58:39 -04:00
commit ee68006d2c
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "3.0.31D",
"version": "3.0.32D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",

View file

@ -6,7 +6,7 @@
if (!self.kiri) {
let kiri = self.kiri = {
beta: 3031,
beta: 3032,
driver: {}, // driver modules
loader: [], // module loading: array of functions
load: (fn) => kiri.loader.push(fn)

View file

@ -3,7 +3,7 @@
let terms = {
COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE: "See the license.md file included with the source distribution",
VERSION: "3.0.D31"
VERSION: "3.0.D32"
};
if (typeof(module) === 'object') {