@babylonjs/core 8.4.2 → 8.5.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.
|
@@ -782,13 +782,13 @@ export class AbstractEngine {
|
|
|
782
782
|
*/
|
|
783
783
|
// Not mixed with Version for tooling purpose.
|
|
784
784
|
static get NpmPackage() {
|
|
785
|
-
return "babylonjs@8.
|
|
785
|
+
return "babylonjs@8.5.0";
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
788
|
* Returns the current version of the framework
|
|
789
789
|
*/
|
|
790
790
|
static get Version() {
|
|
791
|
-
return "8.
|
|
791
|
+
return "8.5.0";
|
|
792
792
|
}
|
|
793
793
|
/**
|
|
794
794
|
* Gets the HTML canvas attached with the current webGL context
|