Skip to content

Commit

Permalink
Merge pull request #5920 from sebavan/master
Browse files Browse the repository at this point in the history
4.0.0-alpha.27

Former-commit-id: 355de7a7268a48443194da755faec073e81788f1
  • Loading branch information
sebavan authored Feb 14, 2019
2 parents 3a2d62a + 85bd7b6 commit 937c891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"name": "babylonjs",
"description": "Babylon.js is a JavaScript 3D engine based on webgl.",
"version": "4.0.0-alpha.26",
"version": "4.0.0-alpha.27",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down
2 changes: 1 addition & 1 deletion src/Engines/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export class Engine {
* Returns the current version of the framework
*/
public static get Version(): string {
return "4.0.0-alpha.26";
return "4.0.0-alpha.27";
}

/**
Expand Down

0 comments on commit 937c891

Please sign in to comment.