bump rev 4.0.14, 1.4.6
This commit is contained in:
parent
51ecc9ce11
commit
ed5186fdbb
5 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grid-apps",
|
||||
"version": "4.0.13",
|
||||
"version": "4.0.14",
|
||||
"description": "grid.space 3d slice & modeling tools",
|
||||
"author": "Stewart Allen <sa@grid.space>",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const { broker } = gapp;
|
|||
const { mesh, moto } = root;
|
||||
const { space } = moto;
|
||||
|
||||
const version = mesh.version = '1.4.5';
|
||||
const version = mesh.version = '1.4.6';
|
||||
const call = broker.send;
|
||||
const dbindex = [ "admin", "space" ];
|
||||
|
||||
|
|
|
|||
|
|
@ -452,6 +452,7 @@ mesh.sketch = class MeshSketch extends mesh.object {
|
|||
group.add(...si.outs);
|
||||
}
|
||||
this.update();
|
||||
space.refresh();
|
||||
}
|
||||
|
||||
extrude(opt = {}) {
|
||||
|
|
|
|||
|
|
@ -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.13"
|
||||
VERSION: (is_self ? self : this).debug_version || "4.0.14"
|
||||
};
|
||||
|
||||
if (typeof(module) === 'object') {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Kiri:Moto 4.0.13",
|
||||
"name": "Kiri:Moto 4.0.14",
|
||||
"short_name": "Kiri:Moto",
|
||||
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
|
||||
"start_url": "/kiri/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue