Skip to content

Commit

Permalink
v4.2.0 beta 1 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Mar 11, 2022
1 parent e1c9d55 commit 7fbe8ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.2.0-beta.0';
const appVersion = '4.2.0-beta.1';


if (localStorage.getItem('theme')) {
Expand Down
20 changes: 10 additions & 10 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.1.5",
"version": "4.2.0-beta.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"devDependencies": {
"blockbench-types": "^4.0.0",
"electron": "^17.0.0",
"electron": "^17.1.2",
"electron-builder": "^22.11.11",
"electron-notarize": "^1.0.0",
"webpack": "^5.21.2",
Expand Down

0 comments on commit 7fbe8ab

Please sign in to comment.