From ad53e78e7eb2f80e9632a2a633cf7be524d97b10 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Fri, 16 Aug 2024 23:10:12 -0400 Subject: [PATCH] bump rev 4.0.20, 1.5.2 --- 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 32ceb2e3..619f0ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.0.19", + "version": "4.0.20", "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 b30ff505..d1cb80ee 100644 --- a/src/main/mesh.js +++ b/src/main/mesh.js @@ -22,7 +22,7 @@ const { mesh, moto } = root; const { broker } = gapp; const { space } = moto; -const version = mesh.version = '1.5.1'; +const version = mesh.version = '1.5.2'; const call = broker.send; const dbindex = [ "admin", "space" ]; diff --git a/src/moto/license.js b/src/moto/license.js index e969e642..085d92fa 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.19" + VERSION: (is_self ? self : this).debug_version || "4.0.20" }; if (typeof(module) === 'object') { diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index 1426a821..b8b2ff67 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.0.19", + "name": "Kiri:Moto 4.0.20", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",