@babylonjs/core 5.32.0 → 5.32.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.
@@ -401,13 +401,13 @@ export class ThinEngine {
401
401
  */
402
402
  // Not mixed with Version for tooling purpose.
403
403
  static get NpmPackage() {
404
- return "babylonjs@5.32.0";
404
+ return "babylonjs@5.32.1";
405
405
  }
406
406
  /**
407
407
  * Returns the current version of the framework
408
408
  */
409
409
  static get Version() {
410
- return "5.32.0";
410
+ return "5.32.1";
411
411
  }
412
412
  /**
413
413
  * Returns a string describing the current engine