Skip to content

Commit

Permalink
bump rev and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartoallen committed May 12, 2024
1 parent e579171 commit e7ba9bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "4.0.1D",
"version": "4.0.2D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kiri.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );

const kiri = root.kiri = {
beta: 4001,
beta: 4002,
driver: {}, // driver modules
load(fn) {
modfns.push(fn);
Expand Down
2 changes: 1 addition & 1 deletion src/moto/license.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let terms = {
COPYRIGHT: "Copyright (C) Stewart Allen <[email protected]> - All Rights Reserved",
LICENSE: "See the license.md file included with the source distribution",
VERSION: (is_self ? self : this).debug_version || "4.0.D1"
VERSION: (is_self ? self : this).debug_version || "4.0.D2"
};

if (typeof(module) === 'object') {
Expand Down
2 changes: 1 addition & 1 deletion web/kiri/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Kiri:Moto 4.0",
"name": "Kiri:Moto 4.0.D2",
"short_name": "Kiri:Moto",
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
"start_url": "/kiri/",
Expand Down

0 comments on commit e7ba9bf

Please sign in to comment.