Mr.doob 4 years ago
parent
commit
182db6479b
6 changed files with 9 additions and 9 deletions
  1. 3 3
      build/three.js
  2. 0 0
      build/three.min.js
  3. 3 3
      build/three.module.js
  4. 1 1
      editor/sw.js
  5. 1 1
      package.json
  6. 1 1
      src/constants.js

File diff suppressed because it is too large
+ 3 - 3
build/three.js


File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


File diff suppressed because it is too large
+ 3 - 3
build/three.module.js


+ 1 - 1
editor/sw.js

@@ -1,4 +1,4 @@
-// r130.1
+// r131
 
 const cacheName = 'threejs-editor';
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "three",
-  "version": "0.130.1",
+  "version": "0.131.0",
   "description": "JavaScript 3D library",
   "main": "build/three.js",
   "module": "build/three.module.js",

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export const REVISION = '131dev';
+export const REVISION = '131';
 export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
 export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
 export const CullFaceNone = 0;

Some files were not shown because too many files changed in this diff