Skip to content

Commit 3497c4c

Browse files
committed
bump version
1 parent 3739c31 commit 3497c4c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

electron-builder.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
afterSign: "scripts/notarize.cjs",
1212
mac: {
1313
notarize: false,
14-
target: ["dmg"],
14+
"target": [
15+
"dmg",
16+
"zip"
17+
],
1518
artifactName: "outerbase-mac-${version}.${ext}",
1619
},
1720
win: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "outerbase-studio-desktop",
33
"private": true,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"type": "module",
66
"author": "Outerbase",
77
"description": "Outerbase Studio",

0 commit comments

Comments
 (0)