Skip to content

Commit 93c9354

Browse files
committed
r78
1 parent aee12bb commit 93c9354

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/three.js

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

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

99
//
1010

build/three.min.js

Lines changed: 1 addition & 1 deletion
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",
3-
"version": "0.77.1",
3+
"version": "0.78.0",
44
"description": "JavaScript 3D library",
55
"main": "build/three.js",
66
"files": [

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: '78dev' };
5+
var THREE = { REVISION: '78' };
66

77
//
88

0 commit comments

Comments
 (0)