This commit is contained in:
Stewart Allen 2017-04-22 17:04:06 -04:00
commit 6d54e97f18
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
var exports = {
COPYRIGHT:"Copyright (C) 2014-2017 Stewart Allen <stewart@neuron.com> - All Rights Reserved",
LICENSE:"Unauthorized copying, modification and re-distribution are strictly prohibited without prior written consent.",
VERSION:"1.0.60"
VERSION:"1.0.61"
};
if (!module) var module = {};
module.exports = exports;

View file

@ -1,6 +1,6 @@
{
"name": "gridspace-apps",
"version": "1.0.60",
"version": "1.0.61",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"private": false,