Skip to content

Commit

Permalink
4.0.0-alpha.27
Browse files Browse the repository at this point in the history
Former-commit-id: 04d8f1467f637058ff4c33cf5310bcad7f374f93
  • Loading branch information
sebavan committed Feb 14, 2019
1 parent 3a2d62a commit 85bd7b6
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 85bd7b6

Please sign in to comment.