Browse Source

r130 (bis)

Mr.doob 4 years ago
parent
commit
d0340e3a14
2 changed files with 2 additions and 2 deletions
  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",