bump rev 2.5.D3

This commit is contained in:
Stewart Allen 2020-12-13 23:58:35 -05:00
commit c764cd9aaf
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "2.5.2D",
"version": "2.5.3D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",

View file

@ -6,7 +6,7 @@
if (!self.kiri) {
self.kiri = {
beta: 2502,
beta: 2503,
driver: {}, // driver modules
loader: [] // module loading: array of functions
};

View file

@ -3,7 +3,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: "2.5.D2"
VERSION: "2.5.D3"
};
if (typeof(module) === 'object') {