@@ -1,4 +1,4 @@
-// r130.1
+// r131
const cacheName = 'threejs-editor';
@@ -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",
-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;