Mr.doob 5 年之前
父節點
當前提交
440dd96324
共有 6 個文件被更改,包括 79 次插入79 次删除
  1. 1 1
      .github/ISSUE_TEMPLATE.md
  2. 0 0
      build/three.js
  3. 76 76
      build/three.min.js
  4. 0 0
      build/three.module.js
  5. 1 1
      editor/sw.js
  6. 1 1
      package.json

+ 1 - 1
.github/ISSUE_TEMPLATE.md

@@ -17,7 +17,7 @@ Please also include a live example if possible. You can start from these templat
 ##### Three.js version
 ##### Three.js version
 
 
 - [ ] Dev
 - [ ] Dev
-- [ ] r117
+- [ ] r118
 - [ ] ...
 - [ ] ...
 
 
 ##### Browser
 ##### Browser

文件差異過大導致無法顯示
+ 0 - 0
build/three.js


文件差異過大導致無法顯示
+ 76 - 76
build/three.min.js


文件差異過大導致無法顯示
+ 0 - 0
build/three.module.js


+ 1 - 1
editor/sw.js

@@ -1,4 +1,4 @@
-// r117.1
+// r118
 
 
 const assets = [
 const assets = [
 	'./',
 	'./',

+ 1 - 1
package.json

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

部分文件因文件數量過多而無法顯示