Updated version

This commit is contained in:
2019-10-09 13:30:30 -05:00
parent 8e80800674
commit 1762076e0d
3 changed files with 34 additions and 34 deletions

View File

@@ -29,7 +29,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
const REPERTORY_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.0.x_branch';
const REPERTORY_UI_BRANCH = '1.1.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';