Skip to content

Commit

Permalink
4.1 beta 1 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Dec 10, 2021
1 parent f6ab00f commit aa37246
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down
1 change: 0 additions & 1 deletion js/outliner/cube.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ class Cube extends OutlinerElement {
}
this.preview_controller.updateGeometry(this);
TickUpdates.selection = true;
console.log(this.size())
return this;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aa37246

Please sign in to comment.