From 3fb36a2254710ba1e65f7e24168c5295e0c7aa9c Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sat, 18 Oct 2025 12:14:24 -0400 Subject: [PATCH] bump rev 4.3.4 --- 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 ef499c79..49b5b331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.3.3", + "version": "4.3.4", "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 f3975212..669e0eb7 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.3.3" + VERSION: "4.3.4" }; export const beta = 0; diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index 0f24310a..5d913d11 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.3.3", + "name": "Kiri:Moto 4.3.4", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",