@babylonjs/core 5.14.0 → 5.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Engines/thinEngine.js
CHANGED
|
@@ -400,7 +400,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
400
400
|
*/
|
|
401
401
|
// Not mixed with Version for tooling purpose.
|
|
402
402
|
get: function () {
|
|
403
|
-
return "babylonjs@5.14.
|
|
403
|
+
return "babylonjs@5.14.1";
|
|
404
404
|
},
|
|
405
405
|
enumerable: false,
|
|
406
406
|
configurable: true
|
|
@@ -410,7 +410,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
410
410
|
* Returns the current version of the framework
|
|
411
411
|
*/
|
|
412
412
|
get: function () {
|
|
413
|
-
return "5.14.
|
|
413
|
+
return "5.14.1";
|
|
414
414
|
},
|
|
415
415
|
enumerable: false,
|
|
416
416
|
configurable: true
|