Skip to content

Commit

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

Former-commit-id: 63964dcbb619905492f8efecc999c7fa666cde4c
  • Loading branch information
sebavan authored Mar 5, 2019
2 parents 04102e4 + 66c3f93 commit be1671f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.30",
"version": "4.0.0-alpha.31",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down
4 changes: 2 additions & 2 deletions src/Engines/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,14 @@ export class Engine {
*/
// Not mixed with Version for tooling purpose.
public static get NpmPackage(): string {
return "babylonjs@4.0.0-alpha.30";
return "babylonjs@4.0.0-alpha.31";
}

/**
* Returns the current version of the framework
*/
public static get Version(): string {
return "4.0.0-alpha.30";
return "4.0.0-alpha.31";
}

/**
Expand Down

0 comments on commit be1671f

Please sign in to comment.