Update 3.9.1 [ci-build]

This commit is contained in:
JannisX11 2021-06-29 11:01:35 +02:00
parent a9dadfa048
commit 2efad79c8e
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 = '3.9.0';
const appVersion = '3.9.1';
</script>
<div id="loading_error_message" style="display: none;">
<div>An error occurred while loading Blockbench</div>

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Model editing and animation software",
"version": "3.9.0",
"version": "3.9.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",

File diff suppressed because one or more lines are too long