From 2d5b8eee0e74a291d1e11ba179c9a39783cc9b7d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 20 May 2021 18:30:21 -0500 Subject: [PATCH] Update to development branches --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 71138b2..4e91caf 100644 --- a/src/constants.js +++ b/src/constants.js @@ -26,8 +26,8 @@ exports.DEV_PUBLIC_KEY = '9wIDAQAB\n' + '-----END PUBLIC KEY-----'; -const _REPERTORY_BRANCH = 'master'; -const _REPERTORY_UI_BRANCH = 'master'; +const _REPERTORY_BRANCH = '1.3.x_branch'; +const _REPERTORY_UI_BRANCH = '1.3.x_branch'; exports.REPERTORY_BRANCH = _REPERTORY_BRANCH; exports.REPERTORY_UI_BRANCH = _REPERTORY_UI_BRANCH;