Updated version

This commit is contained in:
2021-07-19 08:59:30 -05:00
parent 1dbe8fc225
commit 9847eb74fd
4 changed files with 12 additions and 10 deletions

View File

@@ -26,13 +26,15 @@ exports.DEV_PUBLIC_KEY =
'9wIDAQAB\n' +
'-----END PUBLIC KEY-----';
const _REPERTORY_BRANCH = '1.3.x_branch';
const _REPERTORY_UI_BRANCH = '1.3.x_branch';
const _REPERTORY_BRANCH = '1.4.x_branch';
const _REPERTORY_UI_BRANCH = '1.4.x_branch';
exports.REPERTORY_BRANCH = _REPERTORY_BRANCH;
exports.REPERTORY_UI_BRANCH = _REPERTORY_UI_BRANCH;
exports.RELEASES_URL =
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/releases_1.4.json';
exports.RELEASES_URL_PREVIOUS =
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/releases_1.3.json';
exports.UI_RELEASES_URL =
'https://bitbucket.org/blockstorage/repertory-ui/raw/' + _REPERTORY_UI_BRANCH + '/releases.json';