Skip to content

Commit cf584a6

Browse files
committed
r75
1 parent 81304af commit cf584a6

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: '75dev' };
7+
var THREE = { REVISION: '75' };
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.js",
3-
"version": "0.74.0",
3+
"version": "0.75.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: '75dev' };
5+
var THREE = { REVISION: '75' };
66

77
//
88

0 commit comments

Comments
 (0)