Skip to content

Commit f021ec0

Browse files
committed
r146
1 parent ddaf9ea commit f021ec0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build/three.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Object.defineProperty(exports, '__esModule', { value: true });
99

10-
const REVISION = '146dev';
10+
const REVISION = '146';
1111
const MOUSE = {
1212
LEFT: 0,
1313
MIDDLE: 1,

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
1010
})(this, (function (exports) { 'use strict';
1111

12-
const REVISION = '146dev';
12+
const REVISION = '146';
1313
const MOUSE = {
1414
LEFT: 0,
1515
MIDDLE: 1,

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2010-2022 Three.js Authors
44
* SPDX-License-Identifier: MIT
55
*/
6-
const REVISION = '146dev';
6+
const REVISION = '146';
77
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
88
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
99
const CullFaceNone = 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three",
3-
"version": "0.145.0",
3+
"version": "0.146.0",
44
"description": "JavaScript 3D library",
55
"type": "module",
66
"main": "./build/three.js",

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const REVISION = '146dev';
1+
export const REVISION = '146';
22
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
33
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
44
export const CullFaceNone = 0;

0 commit comments

Comments
 (0)