@babylonjs/core 5.0.1 → 5.0.2
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
|
@@ -393,7 +393,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
393
393
|
*/
|
|
394
394
|
// Not mixed with Version for tooling purpose.
|
|
395
395
|
get: function () {
|
|
396
|
-
return "babylonjs@5.0.
|
|
396
|
+
return "babylonjs@5.0.2";
|
|
397
397
|
},
|
|
398
398
|
enumerable: false,
|
|
399
399
|
configurable: true
|
|
@@ -403,7 +403,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
403
403
|
* Returns the current version of the framework
|
|
404
404
|
*/
|
|
405
405
|
get: function () {
|
|
406
|
-
return "5.0.
|
|
406
|
+
return "5.0.2";
|
|
407
407
|
},
|
|
408
408
|
enumerable: false,
|
|
409
409
|
configurable: true
|