v4.3.1 [ci-build]

This commit is contained in:
JannisX11 2022-07-25 21:03:44 +02:00
parent 66f9baff69
commit 3790cb1719
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.3.0';
const appVersion = '4.3.1';
if (localStorage.getItem('theme')) {

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.3.0",
"version": "4.3.1",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",
@ -31,6 +31,7 @@
"x64"
]
},
"artifactName": "${productName}_${arch}_${version}.${ext}",
"category": "macOS.application",
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",