Skip to content

Commit

Permalink
updates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Apr 7, 2023
1 parent 5b293ee commit 5561ca8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json
Expand Up @@ -204,6 +204,6 @@
"Allow access to v1 org after upgrade to v2 (with warnings changes won't be reflected in v2 org)"
],
"1.5.8": [
"Fix for account upgrade issue when user hasn't entered master passphrase"
"Fix for v2 account upgrade issue when user hasn't entered master passphrase"
]
}
24 changes: 12 additions & 12 deletions envkey-electron/updates.json
Expand Up @@ -5,23 +5,23 @@
"version": "1.5.8"
},
"linux-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.5.7/EnvKey-1.5.7.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.5.7/EnvKey-1.5.7.AppImage",
"version": "1.5.7"
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.5.8/EnvKey-1.5.8.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.5.8/EnvKey-1.5.8.AppImage",
"version": "1.5.8"
},
"win32-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.5.7",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.5.7/EnvKey.Setup.1.5.7.exe",
"version": "1.5.7"
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.5.8",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.5.8/EnvKey.Setup.1.5.8.exe",
"version": "1.5.8"
},
"win32-ia32-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.5.7",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.5.7/EnvKey.Setup.1.5.7.exe",
"version": "1.5.7"
"update": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.5.8",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.5.8/EnvKey.Setup.1.5.8.exe",
"version": "1.5.8"
},
"darwin-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.5.7/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.5.7/EnvKey-1.5.7.dmg",
"version": "1.5.7"
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.5.8/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.5.8/EnvKey-1.5.8.dmg",
"version": "1.5.8"
}
}

0 comments on commit 5561ca8

Please sign in to comment.