Skip to content

Commit

Permalink
4.0.0-alpha.30
Browse files Browse the repository at this point in the history
Former-commit-id: c6df2c21f5832a2f71da11d7dd1986aaf9a235af
  • Loading branch information
sebavan committed Mar 4, 2019
1 parent 8055b60 commit 4f517ec
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 4f517ec

Please sign in to comment.