Browse Source

Increased all toJSON() versions for consistency.

Mr.doob 8 years ago
parent
commit
e43f90282b
4 changed files with 4 additions and 4 deletions
  1. 1 1
      src/core/BufferGeometry.js
  2. 1 1
      src/core/Geometry.js
  3. 1 1
      src/materials/Material.js
  4. 1 1
      src/textures/Texture.js

+ 1 - 1
src/core/BufferGeometry.js

@@ -881,7 +881,7 @@ Object.assign( BufferGeometry.prototype, EventDispatcher.prototype, {
 
 		var data = {
 			metadata: {
-				version: 4.4,
+				version: 4.5,
 				type: 'BufferGeometry',
 				generator: 'BufferGeometry.toJSON'
 			}

+ 1 - 1
src/core/Geometry.js

@@ -965,7 +965,7 @@ Object.assign( Geometry.prototype, EventDispatcher.prototype, {
 
 		var data = {
 			metadata: {
-				version: 4.4,
+				version: 4.5,
 				type: 'Geometry',
 				generator: 'Geometry.toJSON'
 			}

+ 1 - 1
src/materials/Material.js

@@ -131,7 +131,7 @@ Object.assign( Material.prototype, EventDispatcher.prototype, {
 
 		var data = {
 			metadata: {
-				version: 4.4,
+				version: 4.5,
 				type: 'Material',
 				generator: 'Material.toJSON'
 			}

+ 1 - 1
src/textures/Texture.js

@@ -153,7 +153,7 @@ Object.assign( Texture.prototype, EventDispatcher.prototype, {
 
 		var output = {
 			metadata: {
-				version: 4.4,
+				version: 4.5,
 				type: 'Texture',
 				generator: 'Texture.toJSON'
 			},