@babylonjs/core 8.56.2 → 9.0.0

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.
@@ -803,13 +803,13 @@ export class AbstractEngine {
803
803
  */
804
804
  // Not mixed with Version for tooling purpose.
805
805
  static get NpmPackage() {
806
- return "babylonjs@8.56.2";
806
+ return "babylonjs@9.0.0";
807
807
  }
808
808
  /**
809
809
  * Returns the current version of the framework
810
810
  */
811
811
  static get Version() {
812
- return "8.56.2";
812
+ return "9.0.0";
813
813
  }
814
814
  /**
815
815
  * Gets the HTML canvas attached with the current webGL context