Skip to content

Commit

Permalink
chore: bump app versions to support theme color chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Aug 14, 2024
1 parent 1231fac commit e389bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-builds.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
cadt: {
tag: "1.3.9",
tag: "1.3.11",
url: "https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz",
},
climate_explorer: {
tag: "1.1.11",
tag: "1.1.14",
url: "https://github.com/Chia-Network/climate-explorer-ui/releases/download/{{tag}}/climate-explorer-ui-web-build.tar.gz",
},
climate_tokenization_engine: {
tag: "1.1.8",
tag: "1.1.10",
url: "https://github.com/Chia-Network/Climate-Tokenization-Engine-UI/releases/download/{{tag}}/climate-tokenization-engine-ui-web-build.tar.gz",
},
};

0 comments on commit e389bf1

Please sign in to comment.