diff --git a/bower.json b/bower.json index 279194afc40e9f96a3a580822fc76ebc898b1d8b..60b150cefefa68b7c6ac0ed63809932735375bbc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "three.js", - "version": "0.0.64", + "version": "0.0.65", "homepage": "http://threejs.org/", "description": "JavaScript 3D library", "main": "build/three.js", diff --git a/build/three.js b/build/three.js index eb882ff9567da717a5d7f112fff90185092c5338..6e2cd572344873c6dbcb2bac51ab8a4fdefa5e41 100644 --- a/build/three.js +++ b/build/three.js @@ -4,7 +4,7 @@ * @author bhouston / http://exocortex.com */ -var THREE = { REVISION: '65dev' }; +var THREE = { REVISION: '65' }; self.console = self.console || { diff --git a/build/three.min.js b/build/three.min.js index 95f000a0bbbc46ef4235cf90e6ab5d1762fadce2..5857e3d050fcc54b30a21bc8cf8f92ecd112041f 100644 --- a/build/three.min.js +++ b/build/three.min.js @@ -1,5 +1,5 @@ // three.js - http://github.com/mrdoob/three.js -'use strict';var THREE={REVISION:"65dev"};self.console=self.console||{info:function(){},log:function(){},debug:function(){},warn:function(){},error:function(){}};String.prototype.trim=String.prototype.trim||function(){return this.replace(/^\s+|\s+$/g,"")};THREE.extend=function(a,b){if(Object.keys)for(var c=Object.keys(b),d=0,e=c.length;d