Skip to content

Commit fbf3639

Browse files
committed
v7.0.0
1 parent 32a9812 commit fbf3639

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/desktop/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fms-file-explorer-desktop",
3-
"version": "6.5.1",
3+
"version": "7.0.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": {
@@ -33,7 +33,10 @@
3333
"target": [
3434
{
3535
"target": "dmg",
36-
"arch": ["x64", "arm64"]
36+
"arch": [
37+
"x64",
38+
"arm64"
39+
]
3740
}
3841
],
3942
"mergeASARs": false

0 commit comments

Comments
 (0)