@babylonjs/core 7.3.0 → 7.3.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.
@@ -728,13 +728,13 @@ export class AbstractEngine {
728
728
  */
729
729
  // Not mixed with Version for tooling purpose.
730
730
  static get NpmPackage() {
731
- return "babylonjs@7.3.0";
731
+ return "babylonjs@7.3.1";
732
732
  }
733
733
  /**
734
734
  * Returns the current version of the framework
735
735
  */
736
736
  static get Version() {
737
- return "7.3.0";
737
+ return "7.3.1";
738
738
  }
739
739
  /**
740
740
  * Gets the HTML canvas attached with the current webGL context