diff --git a/package.json b/package.json index 1fea12de..2f00a9f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grid-apps", - "version": "3.1.14D", + "version": "3.1.15D", "description": "grid.space 3d slice & modeling tools", "author": "Stewart Allen ", "license": "MIT", diff --git a/src/main/kiri.js b/src/main/kiri.js index 91ed1353..460ba419 100644 --- a/src/main/kiri.js +++ b/src/main/kiri.js @@ -6,7 +6,7 @@ if (!self.kiri) { let kiri = self.kiri = { - beta: 3114, + beta: 3115, driver: {}, // driver modules loader: [], // module loading: array of functions load: (fn) => kiri.loader.push(fn) diff --git a/src/moto/license.js b/src/moto/license.js index 3c30449a..500aa6cf 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -3,7 +3,7 @@ let terms = { COPYRIGHT: "Copyright (C) Stewart Allen - All Rights Reserved", LICENSE: "See the license.md file included with the source distribution", - VERSION: "3.1.D14" + VERSION: "3.1.D15" }; if (typeof(module) === 'object') {