forked from GridSpace/grid-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e579171
commit e7ba9bf
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters