bump rev 4.0D5

This commit is contained in:
Stewart Allen 2024-05-23 20:32:30 -04:00
commit 6060f9e8bd
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "4.0.4D",
"version": "4.0.5D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",

View file

@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );
const kiri = root.kiri = {
beta: 4004,
beta: 4005,
driver: {}, // driver modules
load(fn) {
modfns.push(fn);

View file

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

View file

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