Skip to content

Commit

Permalink
updates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Mar 24, 2022
1 parent 5de298d commit 0859a41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions envkey-electron/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"version": "1.4.22"
},
"linux-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.21/EnvKey-1.4.21.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.21/EnvKey-1.4.21.AppImage",
"version": "1.4.21"
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.22/EnvKey-1.4.22.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.22/EnvKey-1.4.22.AppImage",
"version": "1.4.22"
},
"win32-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.21",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.21/EnvKey.Setup.1.4.21.exe",
"version": "1.4.21"
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.22",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.22/EnvKey.Setup.1.4.22.exe",
"version": "1.4.22"
},
"win32-ia32-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.22",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.22/EnvKey.Setup.1.4.22.exe",
"version": "1.4.22"
},
"darwin-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.21/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.21/EnvKey-1.4.21.dmg",
"version": "1.4.21"
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.22/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.22/EnvKey-1.4.22.dmg",
"version": "1.4.22"
}
}

0 comments on commit 0859a41

Please sign in to comment.