[Update releases to branch] [Package upgrades]

This commit is contained in:
Scott E. Graves
2019-07-02 11:21:59 -05:00
parent e817dfbcf8
commit 4ed2124f83
2 changed files with 11 additions and 11 deletions

View File

@@ -27,8 +27,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'9wIDAQAB\n' +
'-----END PUBLIC KEY-----';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/master/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/master/releases.json';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.4_branch/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.4_branch/releases.json';
exports.DATA_LOCATIONS = {
arch: '~/.local/repertory/ui',