diff --git a/package.json b/package.json index f7f98f7..f19ae95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repertory-ui", - "version": "1.2.0", + "version": "1.3.0", "private": true, "author": "scott.e.graves@protonmail.com", "description": "GUI for Repertory - Repertory allows you to mount Sia, Skynet, Goobox S3 and/or ScPrime storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", diff --git a/releases.json b/releases.json index b87fe5a..1dbca75 100644 --- a/releases.json +++ b/releases.json @@ -1,133 +1,133 @@ { "Locations": { "arch": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "centos7": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "centos8": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "darwin": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "debian9": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "debian10": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "fedora28": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "fedora29": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "fedora30": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "fedora31": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "opensuse15": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "opensuse15.1": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "solus": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "tumbleweed": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "ubuntu18.04": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "ubuntu18.10": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "ubuntu19.04": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "ubuntu19.10": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] } }, "win32": { - "1.2.0": { + "1.3.0": { "sha256": "", "sig": "", "urls": [] @@ -136,64 +136,64 @@ }, "Versions": { "arch": [ - "1.2.0" + "1.3.0" ], "centos7": [ - "1.2.0" + "1.3.0" ], "darwin": [ - "1.2.0" + "1.3.0" ], "debian9": [ - "1.2.0" + "1.3.0" ], "debian10": [ - "1.2.0" + "1.3.0" ], "fedora28": [ - "1.2.0" + "1.3.0" ], "fedora29": [ - "1.2.0" + "1.3.0" ], "fedora30": [ - "1.2.0" + "1.3.0" ], "fedora31": [ - "1.2.0" + "1.3.0" ], "linux": [ "unavailable" ], "opensuse15": [ - "1.2.0" + "1.3.0" ], "opensuse15.1": [ - "1.2.0" + "1.3.0" ], "solus": [ - "1.2.0" + "1.3.0" ], "tumbleweed": [ - "1.2.0" + "1.3.0" ], "ubuntu18.04": [ - "1.2.0" + "1.3.0" ], "ubuntu18.10": [ - "1.2.0" + "1.3.0" ], "ubuntu19.04": [ - "1.2.0" + "1.3.0" ], "ubuntu19.10": [ - "1.2.0" + "1.3.0" ], "unknown": [ "unavailable" ], "win32": [ - "1.2.0" + "1.3.0" ] } } diff --git a/src/constants.js b/src/constants.js index 3ed4fbf..8aea6e3 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,9 +28,9 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '-----END PUBLIC KEY-----'; const REPERTORY_BRANCH = '1.3.x_branch'; -const REPERTORY_UI_BRANCH = '1.2.x_branch'; +const REPERTORY_UI_BRANCH = '1.3.x_branch'; -exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.2.json'; +exports.RELEASES_URL = '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'; exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';