bump rev 3.3.D2

This commit is contained in:
Stewart Allen 2022-02-18 19:36:43 -05:00
commit 5feaa7919f
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -8,7 +8,7 @@
let modfns = self.kirimod = [];
let kiri = self.kiri = {
beta: 3301,
beta: 3302,
driver: {}, // driver modules
load(fn) {
modfns.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.3.D1"
VERSION: "3.3.D2"
};
if (typeof(module) === 'object') {