From 7ee0d72b4a15c1f769e39db61900b2ea93c6b757 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sun, 26 Oct 2025 19:18:21 -0400 Subject: [PATCH] start 4.4.0 beta work --- package.json | 2 +- src/moto/license.js | 4 ++-- web/kiri/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 49b5b331..e6dfc19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.3.4", + "version": "4.4.0", "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 669e0eb7..84e126ee 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -3,9 +3,9 @@ const terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: "4.3.4" + VERSION: "4.4.0" }; -export const beta = 0; +export const beta = 4401; export const license = terms; export const version = terms.VERSION; diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index 5d913d11..c08e6a84 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.3.4", + "name": "Kiri:Moto 4.4.0", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",