Skip to content

Commit d2f201e

Browse files
committed
bump rev 4.1.7
1 parent 3442539 commit d2f201e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grid-apps",
3-
"version": "4.1.6",
3+
"version": "4.1.7",
44
"description": "grid.space 3d slicing & modeling tools",
55
"author": "Stewart Allen <sa@grid.space>",
66
"license": "MIT",

src/moto/license.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
let terms = {
66
COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
77
LICENSE: "See the license.md file included with the source distribution",
8-
VERSION: (is_self ? self : this).debug_version || "4.1.6"
8+
VERSION: (is_self ? self : this).debug_version || "4.1.7"
99
};
1010

1111
if (typeof(module) === 'object') {

web/kiri/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Kiri:Moto 4.1.6",
2+
"name": "Kiri:Moto 4.1.7",
33
"short_name": "Kiri:Moto",
44
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
55
"start_url": "/kiri/",

0 commit comments

Comments
 (0)