Version bump to 3.6.1

This commit is contained in:
JannisX11 2020-07-16 14:44:40 +02:00
parent 6d2b284210
commit 488d633afe
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.6.0';
const appVersion = '3.6.1';
</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.6.0",
"version": "3.6.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",