Skip to content

Commit 9c09093

Browse files
committed
build: prepare v6.1.0 release
Signed-off-by: Adam Setch <[email protected]>
1 parent 22ce75d commit 9c09093

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "GitHub notifications on your menu bar.",
55
"main": "build/main.js",
66
"scripts": {
@@ -79,11 +79,16 @@
7979
"node_modules/**/*",
8080
"package.json"
8181
],
82-
"electronLanguages": ["en"],
82+
"electronLanguages": [
83+
"en"
84+
],
8385
"protocols": [
8486
{
8587
"name": "Gitify",
86-
"schemes": ["gitify", "gitify-dev"]
88+
"schemes": [
89+
"gitify",
90+
"gitify-dev"
91+
]
8792
}
8893
],
8994
"mac": {
@@ -94,7 +99,9 @@
9499
"notarize": false,
95100
"target": {
96101
"target": "default",
97-
"arch": ["universal"]
102+
"arch": [
103+
"universal"
104+
]
98105
},
99106
"hardenedRuntime": true,
100107
"entitlements": "assets/entitlements.mac.plist",
@@ -119,7 +126,11 @@
119126
"oneClick": false
120127
},
121128
"linux": {
122-
"target": ["AppImage", "deb", "rpm"],
129+
"target": [
130+
"AppImage",
131+
"deb",
132+
"rpm"
133+
],
123134
"category": "Development",
124135
"maintainer": "Gitify Team"
125136
},

0 commit comments

Comments
 (0)