Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aswallace committed Jul 8, 2024
1 parent 511154d commit 8e140f8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fms-file-explorer-desktop",
"version": "6.5.1",
"version": "7.0.0",
"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.",
"main": "dist/main/index.js",
"repository": {
Expand Down Expand Up @@ -32,9 +32,14 @@
"darkModeSupport": false,
"target": [
{
"target": "dmg",
"arch": "universal"
}],
"target": "dmg",
"arch": "universal"
},
{
"target": "zip",
"arch": "universal"
}
],
"mergeASARs": false
},
"win": {
Expand Down

0 comments on commit 8e140f8

Please sign in to comment.