bump rev 3.6.D7

This commit is contained in:
Stewart Allen 2022-10-17 16:36:15 -04:00
commit d4b8a30c8f
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -694,7 +694,7 @@ const conf = exports({
view: null,
dark: false,
shiny: false,
decals: true,
decals: false,
danger: false,
zoomSpeed: 1.0,
lineType: "path",

View file

@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );
const kiri = root.kiri = {
beta: 3606,
beta: 3607,
driver: {}, // driver modules
load(fn) {
modfns.push(fn);

View file

@ -5,7 +5,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: (is_self ? self : this).debug_version || "3.6.D6"
VERSION: (is_self ? self : this).debug_version || "3.6.D7"
};
if (typeof(module) === 'object') {