From 491aa51541fda4baeee75aec87cb7ecd00f6d7d3 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 15 Feb 2020 08:29:19 -0600 Subject: [PATCH] Prepare release --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index ca41878..34f4f1b 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-----'; -const REPERTORY_BRANCH = '1.2.x_branch'; -const REPERTORY_UI_BRANCH = '1.1.x_branch'; +const REPERTORY_BRANCH = 'master'; +const REPERTORY_UI_BRANCH = 'master'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';