Skip to content

Commit 4fc88fb

Browse files
Merge pull request #61 from Chia-Network/develop
Release 1.0.2
2 parents 122ca83 + 178a1ee commit 4fc88fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app-builds.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ module.exports = {
1313
},
1414
climate_dashboard: {
1515
tag: '1.0.2',
16-
url: 'https://github.com/Chia-Network/core-registry-dashboard-ui/releases/download/{{tag}}/core-registry-dashboard-web-build.tar.gz',
16+
url: 'https://github.com/Chia-Network/core-registry-dashboard-ui/releases/download/{{tag}}/core-registry-dashboard-ui-web-build.tar.gz',
1717
},
1818
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-registry-ui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"electron": "electron .",
66
"electron-start": "node src/start-react",

0 commit comments

Comments
 (0)