Skip to content

Commit

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

Former-commit-id: 976912fd2a8368f52c423a92cdea2c42db176ce8
  • Loading branch information
sebavan authored Mar 4, 2019
2 parents 8055b60 + 4f517ec commit 676648b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.29",
"version": "4.0.0-alpha.30",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down Expand Up @@ -105,4 +105,4 @@
"webpack-stream": "5.0.0",
"xhr2": "^0.1.4"
}
}
}
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.29";
return "babylonjs@4.0.0-alpha.30";
}

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

/**
Expand Down

0 comments on commit 676648b

Please sign in to comment.