Skip to content

Commit

Permalink
4.5.0 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nimadez committed Sep 26, 2024
1 parent ff8851d commit 91c0a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxel-builder",
"version": "4.4.9",
"version": "4.5.0",
"description": "Voxel-based 3D modeling application",
"main": "electron.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<li class="spacer"></li>
<li class="about">
VOXEL BUILDER
<br>&#8627; 4.4.9 Beta
<br>&#8627; 4.5.0 Beta
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/">GitHub</a>
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/releases">Changelog</a>
<br>Developer
Expand Down
2 changes: 1 addition & 1 deletion src/modules/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3496,7 +3496,7 @@ class Project {

serializeScene(voxels, meshes) {
const json = {
version: "Voxel Builder 4.4.9",
version: "Voxel Builder 4.5.0",
project: {
name: "name",
voxels: builder.voxels.length,
Expand Down

0 comments on commit 91c0a13

Please sign in to comment.