From e647c2c8a621710b1cbd1ed9f50c0956436b7c0e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 19 Feb 2020 15:13:57 -0600 Subject: [PATCH] Switch to testing branch --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index ba73675..320c0da 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,7 +28,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '-----END PUBLIC KEY-----'; const REPERTORY_BRANCH = 'master'; -const REPERTORY_UI_BRANCH = '1.2.x_branch'; +const REPERTORY_UI_BRANCH = '1.1.x_branch'; 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';