Skip to content

Commit 07fee8d

Browse files
Merge pull request #98 from Chia-Network/02072025-ver-bumps
ci: testing of rc versions
2 parents 0469639 + 61dc941 commit 07fee8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app-builds.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"cadt": {
3-
"tag": "2.0.2-rc7",
3+
"tag": "2.0.2-rc9",
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.3-rc5",
7+
"tag": "1.2.3-rc7",
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.4-rc6",
11+
"tag": "1.2.4-rc9",
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.3-rc4",
15+
"tag": "1.0.3-rc8",
1616
"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.3",
3+
"version": "1.0.4",
44
"scripts": {
55
"electron": "electron .",
66
"electron-start": "node src/start-react",

0 commit comments

Comments
 (0)