From fb150f64e7eaa2b50c8dfc4d456b657149b01ad5 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sat, 17 Jan 2026 21:52:20 -0500 Subject: [PATCH] bump rev 4.6.1 --- package.json | 2 +- src/moto/license.js | 2 +- web/kiri/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 66faed4e..9e2640a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.6.0", + "version": "4.6.1", "description": "grid.space 3d slicing & modeling tools", "author": "Stewart Allen ", "license": "MIT", diff --git a/src/moto/license.js b/src/moto/license.js index 83c6af45..b0a40326 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -3,7 +3,7 @@ const terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: "4.6.0" + VERSION: "4.6.1" }; export const beta = 0; diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index b7ba182c..510c6eac 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.6.0", + "name": "Kiri:Moto 4.6.1", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/boot/index.html",