Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
r96
  • Loading branch information
mrdoob committed Aug 30, 2018
1 parent f2e68b8 commit ce501ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -19,7 +19,7 @@ Please also include a live example if possible. You can start from these templat
##### Three.js version

- [ ] Dev
- [ ] r95
- [ ] r96
- [ ] ...

##### Browser
Expand Down
2 changes: 1 addition & 1 deletion build/three.js
Expand Up @@ -185,7 +185,7 @@

} );

var REVISION = '96dev';
var REVISION = '96';
var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
var CullFaceNone = 0;
var CullFaceBack = 1;
Expand Down
4 changes: 2 additions & 2 deletions build/three.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/three.module.js
Expand Up @@ -179,7 +179,7 @@ Object.assign( EventDispatcher.prototype, {

} );

var REVISION = '96dev';
var REVISION = '96';
var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
var CullFaceNone = 0;
var CullFaceBack = 1;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "three",
"version": "0.95.0",
"version": "0.96.0",
"description": "JavaScript 3D library",
"main": "build/three.js",
"repository": "mrdoob/three.js",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
@@ -1,4 +1,4 @@
export var REVISION = '96dev';
export var REVISION = '96';
export var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
export var CullFaceNone = 0;
export var CullFaceBack = 1;
Expand Down

0 comments on commit ce501ae

Please sign in to comment.