v4.1.2 [ci-build]

This commit is contained in:
JannisX11 2022-01-14 20:31:55 +01:00
parent 46aaae3357
commit 844d67f948
4 changed files with 4 additions and 4 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.1';
const appVersion = '4.1.2';
if (localStorage.getItem('theme')) {

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long