Skip to content

Commit 4862f5f

Browse files
committed
r65
1 parent 40d1f67 commit 4862f5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.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.0.64",
3+
"version": "0.0.65",
44
"homepage": "http://threejs.org/",
55
"description": "JavaScript 3D library",
66
"main": "build/three.js",

build/three.js

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

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

99
self.console = self.console || {
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.

src/Three.js

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

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

99
self.console = self.console || {
1010

0 commit comments

Comments
 (0)