Skip to content

Commit 148fd76

Browse files
committed
r175
1 parent b944c59 commit 148fd76

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 = '175dev';
8+
const REVISION = '175';
99

1010
/**
1111
* Represents mouse buttons and interaction types in context of controls.

build/three.core.js

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

88
/**
99
* Represents mouse buttons and interaction types in context of controls.

build/three.core.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.174.0",
3+
"version": "0.175.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 = '175dev';
1+
export const REVISION = '175';
22

33
/**
44
* Represents mouse buttons and interaction types in context of controls.

0 commit comments

Comments
 (0)