bump rev 4.1.0-D8

This commit is contained in:
Stewart Allen 2025-02-09 06:17:22 -05:00
commit 8d0625cada
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "grid-apps", "name": "grid-apps",
"version": "4.1.0-D7", "version": "4.1.0-D8",
"description": "grid.space 3d slicing & modeling tools", "description": "grid.space 3d slicing & modeling tools",
"author": "Stewart Allen <sa@grid.space>", "author": "Stewart Allen <sa@grid.space>",
"license": "MIT", "license": "MIT",

View file

@ -9,7 +9,7 @@ gapp.main({
let mods = root.kirimod = ( root.kirimod || [] ); let mods = root.kirimod = ( root.kirimod || [] );
let kiri = root.kiri = { let kiri = root.kiri = {
beta: 4107, beta: 4108,
driver: { driver: {
// attached driver modules // attached driver modules
}, },

View file

@ -5,7 +5,7 @@
let terms = { let terms = {
COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved", COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE: "See the license.md file included with the source distribution", LICENSE: "See the license.md file included with the source distribution",
VERSION: (is_self ? self : this).debug_version || "4.1.0-D7" VERSION: (is_self ? self : this).debug_version || "4.1.0-D8"
}; };
if (typeof(module) === 'object') { if (typeof(module) === 'object') {

View file

@ -1,5 +1,5 @@
{ {
"name": "Kiri:Moto 4.1.0-D7", "name": "Kiri:Moto 4.1.0-D8",
"short_name": "Kiri:Moto", "short_name": "Kiri:Moto",
"description": "Slicer for 3D printers, CNC mills, laser cutters and more", "description": "Slicer for 3D printers, CNC mills, laser cutters and more",
"start_url": "/kiri/", "start_url": "/kiri/",