Skip to content

Commit 6400f2c

Browse files
committed
r76
1 parent c34635c commit 6400f2c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/three.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author mrdoob / http://mrdoob.com/
55
*/
66

7-
var THREE = { REVISION: '76dev' };
7+
var THREE = { REVISION: '76' };
88

99
//
1010

@@ -16203,7 +16203,7 @@ THREE.BooleanKeyframeTrack.prototype =
1620316203
ValueTypeName: 'bool',
1620416204
ValueBufferType: Array,
1620516205

16206-
DefaultInterpolation: THREE.IntepolateDiscrete,
16206+
DefaultInterpolation: THREE.InterpolateDiscrete,
1620716207

1620816208
InterpolantFactoryMethodLinear: undefined,
1620916209
InterpolantFactoryMethodSmooth: undefined
@@ -16344,7 +16344,7 @@ THREE.StringKeyframeTrack.prototype =
1634416344
ValueTypeName: 'string',
1634516345
ValueBufferType: Array,
1634616346

16347-
DefaultInterpolation: THREE.IntepolateDiscrete,
16347+
DefaultInterpolation: THREE.InterpolateDiscrete,
1634816348

1634916349
InterpolantFactoryMethodLinear: undefined,
1635016350

build/three.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three.js",
3-
"version": "0.75.0",
3+
"version": "0.76.0",
44
"description": "JavaScript 3D library",
55
"main": "build/three.js",
66
"directories": {

src/Three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @author mrdoob / http://mrdoob.com/
33
*/
44

5-
var THREE = { REVISION: '76dev' };
5+
var THREE = { REVISION: '76' };
66

77
//
88

0 commit comments

Comments
 (0)