Skip to content

Commit

Permalink
v4.4.0-beta.1 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Aug 18, 2022
1 parent a6f8856 commit b4eaacc
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.4.0-beta.0';
const appVersion = '4.4.0-beta.1';


if (localStorage.getItem('theme')) {
Expand Down
2 changes: 1 addition & 1 deletion js/webpack/bundle.js

Large diffs are not rendered by default.

57 changes: 49 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.4.0-beta.0",
"version": "4.4.0-beta.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"blockbench-types": "^4.0.0",
"electron": "^19.0.7",
"electron": "^19.0.13",
"electron-builder": "^23.1.0",
"electron-notarize": "^1.0.0",
"webpack": "^5.21.2",
Expand Down
Loading

0 comments on commit b4eaacc

Please sign in to comment.