@@ -5,7 +5,7 @@
*/
'use strict';
-const REVISION = '179dev';
+const REVISION = '179';
/**
* Represents mouse buttons and interaction types in context of controls.
@@ -3,7 +3,7 @@
* Copyright 2010-2025 Three.js Authors
* SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
{
"name": "three",
- "version": "0.178.0",
+ "version": "0.179.0",
"description": "JavaScript 3D library",
"type": "module",
"main": "./build/three.cjs",
@@ -1,4 +1,4 @@
-export const REVISION = '179dev';
+export const REVISION = '179';