bump rev 4.0.22, 1.5.3

This commit is contained in:
Stewart Allen 2024-08-20 21:18:08 -04:00
commit 996e1afb39
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -22,7 +22,7 @@ const { mesh, moto } = root;
const { broker } = gapp;
const { space } = moto;
const version = mesh.version = '1.5.2';
const version = mesh.version = '1.5.3';
const call = broker.send;
const dbindex = [ "admin", "space" ];

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 || "4.0.21"
VERSION: (is_self ? self : this).debug_version || "4.0.22"
};
if (typeof(module) === 'object') {

View file

@ -1,5 +1,5 @@
{
"name": "Kiri:Moto 4.0.21",
"name": "Kiri:Moto 4.0.22",
"short_name": "Kiri:Moto",
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
"start_url": "/kiri/",