We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afeda6d + 22fea6d commit 9e538f0Copy full SHA for 9e538f0
package.json
@@ -9,7 +9,7 @@
9
],
10
"name": "babylonjs",
11
"description": "Babylon.js is a JavaScript 3D engine based on webgl.",
12
- "version": "4.0.0-alpha.9",
+ "version": "4.0.0-alpha.10",
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/BabylonJS/Babylon.js.git"
src/Engine/babylon.engine.ts
@@ -481,7 +481,7 @@ module BABYLON {
481
* Returns the current version of the framework
482
*/
483
public static get Version(): string {
484
- return "4.0.0-alpha.9";
+ return "4.0.0-alpha.10";
485
}
486
487
/**
0 commit comments