File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
cadt : {
3
- tag : '2.0.0 ' ,
3
+ tag : '2.0.1 ' ,
4
4
url : 'https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz' ,
5
5
} ,
6
6
climate_explorer : {
7
- tag : '1.2.1 ' ,
7
+ tag : '1.2.2 ' ,
8
8
url : 'https://github.com/Chia-Network/climate-explorer-ui/releases/download/{{tag}}/climate-explorer-ui-web-build.tar.gz' ,
9
9
} ,
10
10
climate_tokenization_engine : {
11
- tag : '1.2.1 ' ,
11
+ tag : '1.2.2 ' ,
12
12
url : 'https://github.com/Chia-Network/Climate-Tokenization-Engine-UI/releases/download/{{tag}}/climate-tokenization-engine-ui-web-build.tar.gz' ,
13
13
} ,
14
14
climate_dashboard : {
15
- tag : '1.0.1 ' ,
15
+ tag : '1.0.2 ' ,
16
16
url : 'https://github.com/Chia-Network/core-registry-dashboard-ui/releases/download/{{tag}}/core-registry-dashboard-web-build.tar.gz' ,
17
17
} ,
18
18
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " core-registry-ui" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"scripts" : {
5
5
"electron" : " electron ." ,
6
6
"electron-start" : " node src/start-react" ,
You can’t perform that action at this time.
0 commit comments