bump rev 4.1.0-D7
This commit is contained in:
parent
0fc25999e0
commit
a6675efbb4
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grid-apps",
|
||||
"version": "4.1.0-D6",
|
||||
"version": "4.1.0-D7",
|
||||
"description": "grid.space 3d slicing & modeling tools",
|
||||
"author": "Stewart Allen <sa@grid.space>",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ gapp.main({
|
|||
let mods = root.kirimod = ( root.kirimod || [] );
|
||||
|
||||
let kiri = root.kiri = {
|
||||
beta: 4106,
|
||||
beta: 4107,
|
||||
driver: {
|
||||
// attached driver modules
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.1.0-D6"
|
||||
VERSION: (is_self ? self : this).debug_version || "4.1.0-D7"
|
||||
};
|
||||
|
||||
if (typeof(module) === 'object') {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Kiri:Moto 4.1.0-D6",
|
||||
"name": "Kiri:Moto 4.1.0-D7",
|
||||
"short_name": "Kiri:Moto",
|
||||
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
|
||||
"start_url": "/kiri/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue