Skip to content

Commit

Permalink
r76
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 19, 2016
1 parent c34635c commit 6400f2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build/three.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author mrdoob / http://mrdoob.com/
*/

var THREE = { REVISION: '76dev' };
var THREE = { REVISION: '76' };

//

Expand Down Expand Up @@ -16203,7 +16203,7 @@ THREE.BooleanKeyframeTrack.prototype =
ValueTypeName: 'bool',
ValueBufferType: Array,

DefaultInterpolation: THREE.IntepolateDiscrete,
DefaultInterpolation: THREE.InterpolateDiscrete,

InterpolantFactoryMethodLinear: undefined,
InterpolantFactoryMethodSmooth: undefined
Expand Down Expand Up @@ -16344,7 +16344,7 @@ THREE.StringKeyframeTrack.prototype =
ValueTypeName: 'string',
ValueBufferType: Array,

DefaultInterpolation: THREE.IntepolateDiscrete,
DefaultInterpolation: THREE.InterpolateDiscrete,

InterpolantFactoryMethodLinear: undefined,

Expand Down
6 changes: 3 additions & 3 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three.js",
"version": "0.75.0",
"version": "0.76.0",
"description": "JavaScript 3D library",
"main": "build/three.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Three.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author mrdoob / http://mrdoob.com/
*/

var THREE = { REVISION: '76dev' };
var THREE = { REVISION: '76' };

//

Expand Down

0 comments on commit 6400f2c

Please sign in to comment.