Skip to content

Commit 51f5972

Browse files
committed
Bump version
1 parent 5237e61 commit 51f5972

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

js/desktop.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ window.confirm = function(message: string, title?: string) {
136136
let index = electron.dialog.showMessageBoxSync(currentwindow, {
137137
title: title || electron.app.name,
138138
detail: message,
139-
message: null,
139+
message: '',
140140
type: 'none',
141141
noLink: true,
142142
buttons: [tl('dialog.ok'), tl('dialog.cancel')]
@@ -146,7 +146,7 @@ window.confirm = function(message: string, title?: string) {
146146
window.alert = function(message: string, title?: string) {
147147
electron.dialog.showMessageBoxSync(electron.getCurrentWindow(), {
148148
title: title || electron.app.name,
149-
message: null,
149+
message: '',
150150
detail: message
151151
});
152152
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Blockbench",
33
"description": "Low-poly modeling and animation software",
4-
"version": "5.1.2",
4+
"version": "5.2.0-beta.0",
55
"license": "GPL-3.0-or-later",
66
"author": {
77
"name": "JannisX11",

0 commit comments

Comments
 (0)