Skip to content

Commit

Permalink
4.2.0-alpha.34
Browse files Browse the repository at this point in the history
Former-commit-id: 6a442bd6d9b87ab4fbe1dae0e9a4ce4e8995ed89
  • Loading branch information
deltakosh committed Aug 28, 2020
1 parent b689aea commit 75e82f0
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 @@ -7,7 +7,7 @@
],
"name": "babylonjs",
"description": "Babylon.js is a JavaScript 3D engine based on webgl.",
"version": "4.2.0-alpha.33",
"version": "4.2.0-alpha.34",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down Expand Up @@ -113,4 +113,4 @@
"xhr2": "^0.2.0",
"xmlbuilder": "15.1.1"
}
}
}
4 changes: 2 additions & 2 deletions src/Engines/thinEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ export class ThinEngine {
*/
// Not mixed with Version for tooling purpose.
public static get NpmPackage(): string {
return "babylonjs@4.2.0-alpha.33";
return "babylonjs@4.2.0-alpha.34";
}

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

/**
Expand Down

0 comments on commit 75e82f0

Please sign in to comment.