Skip to content

Commit ddb88f6

Browse files
authored
Merge pull request #4969 from sebavan/master
3.3.0-beta.3 Former-commit-id: 915e46f40c6b1bb07fdca5cb2f4a32040e451fe2
2 parents 916a728 + 81f7dd1 commit ddb88f6

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": "3.3.0-beta.2",
12+
"version": "3.3.0-beta.3",
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
@@ -475,7 +475,7 @@
475475
* Returns the current version of the framework
476476
*/
477477
public static get Version(): string {
478-
return "3.3.0-beta.2";
478+
return "3.3.0-beta.3";
479479
}
480480

481481
// Updatable statics so stick with vars here

0 commit comments

Comments
 (0)