Skip to content

Commit d63fb35

Browse files
v8.1.0
1 parent d1f5d33 commit d63fb35

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/desktop/package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fms-file-explorer-desktop",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "An application designed to simplify access and exploration of data produced by the Allen Institute for Cell Science, provide an intuitive mechanism for organizing data and provide simple hooks to incorporating that data into both programmatic and non-programmatic workflows.",
55
"main": "dist/main/index.js",
66
"repository": {
@@ -29,10 +29,12 @@
2929
},
3030
"mac": {
3131
"darkModeSupport": false,
32-
"target": [{
33-
"target": "dmg",
34-
"arch": "universal"
35-
}]
32+
"target": [
33+
{
34+
"target": "dmg",
35+
"arch": "universal"
36+
}
37+
]
3638
},
3739
"win": {
3840
"target": "portable"

0 commit comments

Comments
 (0)