@babylonjs/core 4.2.1 → 4.2.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
|
@@ -362,7 +362,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
362
362
|
*/
|
|
363
363
|
// Not mixed with Version for tooling purpose.
|
|
364
364
|
get: function () {
|
|
365
|
-
return "babylonjs@4.2.
|
|
365
|
+
return "babylonjs@4.2.2";
|
|
366
366
|
},
|
|
367
367
|
enumerable: false,
|
|
368
368
|
configurable: true
|
|
@@ -372,7 +372,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
372
372
|
* Returns the current version of the framework
|
|
373
373
|
*/
|
|
374
374
|
get: function () {
|
|
375
|
-
return "4.2.
|
|
375
|
+
return "4.2.2";
|
|
376
376
|
},
|
|
377
377
|
enumerable: false,
|
|
378
378
|
configurable: true
|