From 575f35d18f44fad119303709894616ac46c2b6a3 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sat, 20 Jul 2024 16:05:20 -0400 Subject: [PATCH] bump rev 4.0.10 --- package.json | 2 +- src/main/mesh.js | 2 +- src/moto/license.js | 2 +- web/kiri/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 09b71646..78a48925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.0.9", + "version": "4.0.10", "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 ce132892..b882175a 100644 --- a/src/main/mesh.js +++ b/src/main/mesh.js @@ -20,7 +20,7 @@ const { broker } = gapp; const { moto } = root; const { space } = moto; -const version = '1.4.1'; +const version = '1.4.2'; const call = broker.send; const dbindex = [ "admin", "space" ]; diff --git a/src/moto/license.js b/src/moto/license.js index 8474e44f..7b7a717c 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.9" + VERSION: (is_self ? self : this).debug_version || "4.0.10" }; if (typeof(module) === 'object') { diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index 50806c14..3aaa4b59 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.0.9", + "name": "Kiri:Moto 4.0.10", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",