Skip to content

Commit 81a2668

Browse files
committed
Update 4.7.3
1 parent e650da3 commit 81a2668

File tree

7 files changed

+345
-266
lines changed

7 files changed

+345
-266
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voxel-builder",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Voxel-based 3D modeling application",
55
"main": "electron.js",
66
"scripts": {
@@ -11,9 +11,9 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"electron": "^38.0.0",
14-
"babylonjs": "8.40.1",
14+
"babylonjs": "8.43.0",
1515
"three": "0.182.0",
16-
"three-mesh-bvh": "0.9.3",
16+
"three-mesh-bvh": "0.9.4",
1717
"three-gpu-pathtracer": "0.0.23",
1818
"@tweenjs/tween.js": "25.0.0",
1919
"reinvented-color-wheel": "0.4.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<li class="category">ABOUT</li>
314314
<li class="about">
315315
<div><span style="color: orange">V</span>OXEL BUILDER</div>
316-
&#8627; 4.7.2 BETA
316+
&#8627; 4.7.3 BETA
317317
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/" target="_blank">GitHub</a>
318318
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/releases" target="_blank">Changelog</a>
319319
<br>DEVELOPER

src/libs/babylon.inspector.bundle.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.

src/libs/babylon.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.

0 commit comments

Comments
 (0)