Bump version to 3.7.5

This commit is contained in:
JannisX11 2021-01-11 22:27:54 +01:00
parent c1979991f5
commit 739401cc84
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '3.7.4';
const appVersion = '3.7.5';
</script>
<div id="loading_error_message" style="display: none;">
<div>An error occurred while loading Blockbench</div>

View File

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