Skip to content

Commit 134ff88

Browse files
committed
r165
1 parent b9a846d commit 134ff88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/three.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
'use strict';
77

8-
const REVISION = '165dev';
8+
const REVISION = '165';
99

1010
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
1111
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

build/three.module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2010-2024 Three.js Authors
44
* SPDX-License-Identifier: MIT
55
*/
6-
const REVISION = '165dev';
6+
const REVISION = '165';
77

88
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
99
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

build/three.module.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three",
3-
"version": "0.164.1",
3+
"version": "0.165.0",
44
"description": "JavaScript 3D library",
55
"type": "module",
66
"main": "./build/three.cjs",

src/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const REVISION = '165dev';
1+
export const REVISION = '165';
22

33
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
44
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

0 commit comments

Comments
 (0)