@babylonjs/core 9.9.2 → 9.10.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.
@@ -813,13 +813,13 @@ export class AbstractEngine {
813
813
  */
814
814
  // Not mixed with Version for tooling purpose.
815
815
  static get NpmPackage() {
816
- return "babylonjs@9.9.2";
816
+ return "babylonjs@9.10.0";
817
817
  }
818
818
  /**
819
819
  * Returns the current version of the framework
820
820
  */
821
821
  static get Version() {
822
- return "9.9.2";
822
+ return "9.10.0";
823
823
  }
824
824
  /**
825
825
  * Gets the HTML canvas attached with the current webGL context