Bump version to 3.6.6

This commit is contained in:
JannisX11 2020-08-05 16:50:29 +02:00
parent 1782ca450c
commit 8fb0fbc86a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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