Bump version to 3.7.3

This commit is contained in:
JannisX11 2020-11-08 13:46:07 +01:00
parent 0d4d2e72c7
commit b36bd89d88
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.2';
const appVersion = '3.7.3';
</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.2",
"version": "3.7.3",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",