4.3.0-beta.2 [ci-build]

This commit is contained in:
JannisX11 2022-07-09 19:49:59 +02:00
parent d22d37c073
commit 0746fd96e2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long