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 916a728 + 81f7dd1 commit ddb88f6Copy full SHA for ddb88f6
package.json
@@ -9,7 +9,7 @@
9
],
10
"name": "babylonjs",
11
"description": "Babylon.js is a JavaScript 3D engine based on webgl.",
12
- "version": "3.3.0-beta.2",
+ "version": "3.3.0-beta.3",
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/BabylonJS/Babylon.js.git"
src/Engine/babylon.engine.ts
@@ -475,7 +475,7 @@
475
* Returns the current version of the framework
476
*/
477
public static get Version(): string {
478
- return "3.3.0-beta.2";
+ return "3.3.0-beta.3";
479
}
480
481
// Updatable statics so stick with vars here
0 commit comments