4.1 beta 1 [ci-build]

This commit is contained in:
JannisX11 2021-12-10 12:32:01 +01:00
parent f6ab00f2d2
commit aa37246d50
3 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.1.0-beta.0';
const appVersion = '4.1.0-beta.1';
if (localStorage.getItem('theme')) {

View File

@ -707,7 +707,6 @@ class Cube extends OutlinerElement {
}
this.preview_controller.updateGeometry(this);
TickUpdates.selection = true;
console.log(this.size())
return this;
}
}

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",