Updated version

This commit is contained in:
2019-10-09 13:30:30 -05:00
parent 8e80800674
commit 1762076e0d
3 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "repertory-ui",
"version": "1.0.9",
"version": "1.1.0",
"private": true,
"author": "scott.e.graves@protonmail.com",
"description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",

View File

@@ -1,112 +1,112 @@
{
"Locations": {
"arch": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"centos7": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"darwin": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"debian9": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"debian10": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora28": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora29": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora30": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"opensuse15": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"opensuse15.1": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"solus": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"tumbleweed": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu18.04": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu18.10": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu19.04": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"win32": {
"1.0.9": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
@@ -115,58 +115,58 @@
},
"Versions": {
"arch": [
"1.0.9"
"1.1.0"
],
"centos7": [
"1.0.9"
"1.1.0"
],
"darwin": [
"1.0.9"
"1.1.0"
],
"debian9": [
"1.0.9"
"1.1.0"
],
"debian10": [
"1.0.9"
"1.1.0"
],
"fedora28": [
"1.0.9"
"1.1.0"
],
"fedora29": [
"1.0.9"
"1.1.0"
],
"fedora30": [
"1.0.9"
"1.1.0"
],
"linux": [
"unavailable"
],
"opensuse15": [
"1.0.9"
"1.1.0"
],
"opensuse15.1": [
"1.0.9"
"1.1.0"
],
"solus": [
"1.0.9"
"1.1.0"
],
"tumbleweed": [
"1.0.9"
"1.1.0"
],
"ubuntu18.04": [
"1.0.9"
"1.1.0"
],
"ubuntu18.10": [
"1.0.9"
"1.1.0"
],
"ubuntu19.04": [
"1.0.9"
"1.1.0"
],
"unknown": [
"unavailable"
],
"win32": [
"1.0.9"
"1.1.0"
]
}
}

View File

@@ -29,7 +29,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
const REPERTORY_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.0.x_branch';
const REPERTORY_UI_BRANCH = '1.1.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';