diff --git a/package.json b/package.json index a301b06f..5df2419e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "4.0.17D", + "version": "4.0.0", "description": "grid.space 3d slice & modeling tools", "author": "Stewart Allen ", "license": "MIT", diff --git a/readme.md b/readme.md index dfd89c8c..7708e8c5 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ chmod 755 KiriMoto-linux-x86_64.AppImage ./KiriMoto-linux-x86_64.AppImage --no-sandbox ``` -The Windows and Mac binaries are not signed, so you will need to jump through a few "safety" hoops to get them to open the first time. +The Windows and Mac binaries are not signed, so you will need to jump through a few safety hoops to get them to open the first time. ## Primary Documentation diff --git a/src/main/kiri.js b/src/main/kiri.js index 90a4d024..51567e03 100644 --- a/src/main/kiri.js +++ b/src/main/kiri.js @@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => { const modfns = root.kirimod = ( root.kirimod || [] ); const kiri = root.kiri = { - beta: 4017, + beta: 0, driver: {}, // driver modules load(fn) { modfns.push(fn); diff --git a/src/moto/license.js b/src/moto/license.js index 8a4d60c0..ccaa6b50 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -5,7 +5,7 @@ let terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: (is_self ? self : this).debug_version || "4.0.D17" + VERSION: (is_self ? self : this).debug_version || "4.0.0" }; if (typeof(module) === 'object') { diff --git a/web/kiri/manifest.json b/web/kiri/manifest.json index fd08a7d7..d6e0e2d5 100644 --- a/web/kiri/manifest.json +++ b/web/kiri/manifest.json @@ -1,5 +1,5 @@ { - "name": "Kiri:Moto 4.0.D17", + "name": "Kiri:Moto 4.0.0", "short_name": "Kiri:Moto", "description": "Slicer for 3D printers, CNC mills, laser cutters and more", "start_url": "/kiri/",