bump rev 3.3.D13

This commit is contained in:
Stewart Allen 2022-03-15 18:21:47 -04:00
commit ec104a318c
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );
const kiri = root.kiri = {
beta: 3312,
beta: 3313,
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.D12"
VERSION: "3.3.D13"
};
if (typeof(module) === 'object') {