Skip to content

Commit af2fea8

Browse files
committed
v1.11.1-rc.1
1 parent 6162639 commit af2fea8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "element-desktop",
33
"productName": "Element",
44
"main": "lib/electron-main.js",
5-
"version": "1.11.0",
5+
"version": "1.11.1-rc.1",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Element",
88
"repository": {
@@ -122,7 +122,10 @@
122122
"darkModeSupport": true
123123
},
124124
"win": {
125-
"target": ["squirrel", "msi"],
125+
"target": [
126+
"squirrel",
127+
"msi"
128+
],
126129
"sign": "scripts/electron_winSign"
127130
},
128131
"msi": {

0 commit comments

Comments
 (0)