Mr.doob hace 4 años
padre
commit
36bc6be9a8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      editor/sw.js
  2. 1 1
      package.json

+ 1 - 1
editor/sw.js

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

+ 1 - 1
package.json

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