Skip to content

Commit

Permalink
4.4.8 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nimadez committed Sep 23, 2024
1 parent 6f5ca89 commit b9274bb
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.7",
"version": "4.4.8",
"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 @@ -269,7 +269,7 @@
</li>
<li class="spacer"></li>
<li class="about">
4.4.7 Beta 2024
4.4.8 Beta 2024
<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/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ class Project {

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

0 comments on commit b9274bb

Please sign in to comment.