@babylonjs/core 5.0.0-beta.1 → 5.0.0-beta.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.
@@ -384,7 +384,7 @@ var ThinEngine = /** @class */ (function () {
384
384
  */
385
385
  // Not mixed with Version for tooling purpose.
386
386
  get: function () {
387
- return "babylonjs@5.0.0-beta.1";
387
+ return "babylonjs@5.0.0-beta.2";
388
388
  },
389
389
  enumerable: false,
390
390
  configurable: true
@@ -394,7 +394,7 @@ var ThinEngine = /** @class */ (function () {
394
394
  * Returns the current version of the framework
395
395
  */
396
396
  get: function () {
397
- return "5.0.0-beta.1";
397
+ return "5.0.0-beta.2";
398
398
  },
399
399
  enumerable: false,
400
400
  configurable: true