From bc653fbd0855bf1df01b4c5e17a68ac608b43d2c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 9 Jul 2019 21:50:59 -0500 Subject: [PATCH] Switch to master for releases --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 4e1c147..8b877f1 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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/1.0.0-rc_branch/releases.json'; -exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.4_branch/releases.json'; +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.DATA_LOCATIONS = { arch: '~/.local/repertory/ui',