diff --git a/package.json b/package.json index 4b6e5dcd..0d57223f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.0.11", + "version": "4.0.12", "description": "grid.space 3d slice & modeling tools", "author": "Stewart Allen ", "license": "MIT", diff --git a/src/main/mesh.js b/src/main/mesh.js index e8920dae..f40202dc 100644 --- a/src/main/mesh.js +++ b/src/main/mesh.js @@ -22,7 +22,7 @@ const { broker } = gapp; const { mesh, moto } = root; const { space } = moto; -const version = mesh.version = '1.4.3'; +const version = mesh.version = '1.4.4'; const call = broker.send; const dbindex = [ "admin", "space" ]; diff --git a/src/moto/license.js b/src/moto/license.js index c42fac81..dc625a05 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -5,7 +5,7 @@ let terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: (is_self ? self : this).debug_version || "4.0.11" + VERSION: (is_self ? self : this).debug_version || "4.0.12" }; if (typeof(module) === 'object') { diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index d9443ec0..223e4f56 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.0.11", + "name": "Kiri:Moto 4.0.12", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",