@genepad/app 0.6.6 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genepad/app",
3
- "version": "0.6.6",
3
+ "version": "0.6.9",
4
4
  "description": "GenePad — a DNA sequence viewer and editor. This package is a launcher that installs the prebuilt native binary for your platform.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "bin": {
@@ -11,10 +11,10 @@
11
11
  "README.md"
12
12
  ],
13
13
  "optionalDependencies": {
14
- "@genepad/win32-x64": "0.6.6",
15
- "@genepad/linux-x64": "0.6.6",
16
- "@genepad/linux-arm64": "0.6.6",
17
- "@genepad/darwin-arm64": "0.6.6"
14
+ "@genepad/win32-x64": "0.6.9",
15
+ "@genepad/linux-x64": "0.6.9",
16
+ "@genepad/linux-arm64": "0.6.9",
17
+ "@genepad/darwin-arm64": "0.6.9"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"