Skip to content

Commit 57467ee

Browse files
Merge pull request #59 from Chia-Network/develop
Release
2 parents f9f2400 + db86396 commit 57467ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app-builds.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
module.exports = {
22
cadt: {
3-
tag: '2.0.0',
3+
tag: '2.0.1',
44
url: 'https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz',
55
},
66
climate_explorer: {
7-
tag: '1.2.1',
7+
tag: '1.2.2',
88
url: 'https://github.com/Chia-Network/climate-explorer-ui/releases/download/{{tag}}/climate-explorer-ui-web-build.tar.gz',
99
},
1010
climate_tokenization_engine: {
11-
tag: '1.2.1',
11+
tag: '1.2.2',
1212
url: 'https://github.com/Chia-Network/Climate-Tokenization-Engine-UI/releases/download/{{tag}}/climate-tokenization-engine-ui-web-build.tar.gz',
1313
},
1414
climate_dashboard: {
15-
tag: '1.0.1',
15+
tag: '1.0.2',
1616
url: 'https://github.com/Chia-Network/core-registry-dashboard-ui/releases/download/{{tag}}/core-registry-dashboard-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.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"electron": "electron .",
66
"electron-start": "node src/start-react",

0 commit comments

Comments
 (0)