@babylonjs/core 5.15.0 → 5.15.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
|
@@ -405,7 +405,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
405
405
|
*/
|
|
406
406
|
// Not mixed with Version for tooling purpose.
|
|
407
407
|
get: function () {
|
|
408
|
-
return "babylonjs@5.15.
|
|
408
|
+
return "babylonjs@5.15.1";
|
|
409
409
|
},
|
|
410
410
|
enumerable: false,
|
|
411
411
|
configurable: true
|
|
@@ -415,7 +415,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
415
415
|
* Returns the current version of the framework
|
|
416
416
|
*/
|
|
417
417
|
get: function () {
|
|
418
|
-
return "5.15.
|
|
418
|
+
return "5.15.1";
|
|
419
419
|
},
|
|
420
420
|
enumerable: false,
|
|
421
421
|
configurable: true
|