Skip to content

Commit 9e538f0

Browse files
authored
Merge pull request #5555 from sebavan/master
Publish Former-commit-id: 72bded1058a51bf2805b5ad452105f1163889f10
2 parents afeda6d + 22fea6d commit 9e538f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"name": "babylonjs",
1111
"description": "Babylon.js is a JavaScript 3D engine based on webgl.",
12-
"version": "4.0.0-alpha.9",
12+
"version": "4.0.0-alpha.10",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/BabylonJS/Babylon.js.git"

src/Engine/babylon.engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ module BABYLON {
481481
* Returns the current version of the framework
482482
*/
483483
public static get Version(): string {
484-
return "4.0.0-alpha.9";
484+
return "4.0.0-alpha.10";
485485
}
486486

487487
/**

0 commit comments

Comments
 (0)