@babylonjs/core 8.15.0 → 8.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.
@@ -787,13 +787,13 @@ export class AbstractEngine {
787
787
  */
788
788
  // Not mixed with Version for tooling purpose.
789
789
  static get NpmPackage() {
790
- return "babylonjs@8.15.0";
790
+ return "babylonjs@8.15.1";
791
791
  }
792
792
  /**
793
793
  * Returns the current version of the framework
794
794
  */
795
795
  static get Version() {
796
- return "8.15.0";
796
+ return "8.15.1";
797
797
  }
798
798
  /**
799
799
  * Gets the HTML canvas attached with the current webGL context